2010-06-25 34 views

回答

7

假設contentSize.height> bounds.size.height

if (contentOffset.y >= contentSize.height - bounds.size.height) { ... } 
相關問題