NSScreencast Episode #8 Automatic UITableView Paging
Automatic UITableView Paging - NSScreencast
- Podfile
- dependency 'AFNetworking'
- pod install xxx.xcodeproj
- UITableViewController
- initWithDictionary NSDictionary
- objectForKey
- pragma mark
- NSMutableArray
- NSInteger currentPage, totalPages
- NumberOfRows : current < total -> results.count + 1
- loadingCell UITableViewCell, UIActivityIndicatorView
- tableView willDisplayCell
- current = 0 -> NumbersOfRows -> 1
- Array : containsObject, isEqual
pragma mark