I have some options in the UITableView and want that the user can always scroll. When the end reaches the end, I want to beg so that the user can continue scrolling.
How do I do this?
in tableview: numberofrease induction:
return a few large numbers, and According to the tableView: cellForRowAtIndexPath:
work by returning to the same cells and over.
You can also have a limited number of rows, and in the end a different cell can be displayed - a button for the user in which it can be used to add new rows when the button Then you simply call [tableView reloadData]
and provide more rows in the data source of the table.
Are not you misusing the table view at any point is not well fit? You might just be better off using UIScrollView and convert subviews into user scroll overs.
Comments
Post a Comment