Unpredictable incremental loading behavior in UITableViewController

14 replies. Last post: September 11, 2015 8:03 AM by Arief Handany
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
Leo HongMember

When uses dynamic height supported UITableViewCell, I found that the incremental loading behavior is strange. 

On iOS 8.0 or higher platform:

The UITableViewController will incremental load data several times, it may have 3 or more http requests sent out at same time (page index range may be 10-20, 20-30, 30-40). After data loaded, the table will refresh and scroll bar may move to top (sometimes then move back to current postion).

On iOS 7.0 platform:

When scrolls the content to the bottom and incremental loading begins, an Unhandled exception will be thrown, and the app will exit.

This issue only happens when uses UITableViewCell that implements ISupportDynamicHeight and UITableViewController set to TableViewCellStyle.Custom. Please take a look.

All times are GMT -5. The time now is 11:34 PM.
Previous Next