I am working on an app in which i require a functionality of load more results. I want add a button programmatically in the last index of table view if any one has some idea how to di it?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You should use the table footer to add the button. This way it will always be on the bottom of the table and it won't mess up you cell count. In
where myview is a UIView containing a button, or simply just a UIButton (UIButton is a view). |
|||
|
|