How can I determine if the user has scrolled to the last cell/bottom of a UITableView?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
UITableView inherits from UIScrollView, and scroll view exposes a Use this with a bit of math to determine if the contentOffset is within Update: here's a stab at a formula that will give you what you want:
|
|||||||||||
|
|
Use Source: Another Question |
|||
|
|