Lots of apps (namely the facebook app) has a uitableview where if you keep pulling down either a new cell or header that has "Load New Posts" on it. Can anybody point me in the right direction on how this is done?
Lots of apps (namely the facebook app) has a uitableview where if you keep pulling down either a new cell or header that has "Load New Posts" on it. Can anybody point me in the right direction on how this is done?
OK, I found that I can add a subview to my uitableview (using IB). The subview is displayed above the table, but it does not start out being hidden. Any ideas?
It might be that the facebook app reload button is just a UITableViewCell, but when the view is pushed, the tableview's contentOffset property is set to hide it.