Top "Uitableview" questions

UITableView is a class used for displaying and editing lists of information on iOS.

Dynamic Height Issue for UITableView Cells (Swift)

Dynamic text of variable length are being injected into tableview cell labels. In order for the tableview cells' heights to …

ios swift xcode uitableview row-height
Select tableview row programmatically

How do I programmatically select a UITableView row so that - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath gets executed? …

iphone objective-c cocoa-touch uitableview
Can I force a UITableView to hide the separator between empty cells?

When using a plain-style UITableView with a large enough number of cells that the UITableView cannot display them all without …

ios objective-c cocoa-touch uitableview
How can I get a uitableViewCell by indexPath?

How can I get a UITableViewCell by indexPath? Like this: I use the UIActionSheet, when I click confirm UIButton I …

iphone uitableview nsindexpath
How to get the indexpath.row when an element is activated?

I have a tableview with buttons and I want to use the indexpath.row when one of them is tapped. …

ios swift iphone uitableview
Resizing UITableView to fit content

I am creating an app which will have a question in a UILabel and a multiple choice answers displayed in …

ios objective-c uitableview sizetofit
How to tell when UITableView has completed ReloadData?

I am trying to scroll to the bottom of a UITableView after it is done performing [self.tableView reloadData] I …

objective-c uitableview reloaddata
UITableView, Separator color where to set?

I have added a UITableView in IB and set the "delegate" and "datasource" and all is working well. What I …

ios objective-c uitableview cocoa-touch
How to change the blue highlight color of a UITableViewCell?

I'm wondering how to change the blue highlight/selection color of a UITableViewCell, any ideas?

ios uitableview
Change UITableView height dynamically

I want to change the height of my tableview from another viewcontroller based on the sum of its cells' heights, …

ios uitableview dynamic height