There are one to three UITableViewCells in a UITableViewView. Is there a way to always position the cell(s) at the bottom of screen after rel
UITableViewCell
UITableViewView
rel
Call this method whenever a row is added:
- (void)updateContentInset { NSInteger numRows=[self tableView:_tableView numberOfRowsInSection:0]; CGFloat contentInsetTop=_tableView.bounds.size.height; for (int i=0;i