Top "Uitableview" questions

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

Hide separator line on one UITableViewCell

I'm customizing a UITableView. I want to hide the line separating on the last cell ... can i do this? I …

ios objective-c uitableview cocoa-touch separator
UITableView - scroll to the top

In my table view I have to scroll to the top. But I cannot guarantee that the first object is …

ios uitableview
Adding iOS UITableView HeaderView (not section header)

I want to add a table header (not section headers) like in the contacts app for example: exactly like that …

iphone ios uitableview
UITableview: How to Disable Selection for Some Rows but Not Others

I am displaying in a group tableview contents parsed from XML. I want to disable the click event on it (…

ios iphone objective-c uitableview
How do you load custom UITableViewCells from Xib files?

The question is simple: How do you load custom UITableViewCell from Xib files? Doing so allows you to use Interface …

ios uitableview cocoa-touch xib
Get button click inside UITableViewCell

I have a view controller with a table view and a separate nib for the table cell template. The cell …

ios objective-c uitableview uibutton
-didSelectRowAtIndexPath: not being called

I'm writing an iOS app with a table view inside a tab view. In my UITableViewController, I implemented -tableView:didSelectRowAtIndexPath:, …

ios uitableview cocoa-touch didselectrowatindexpath
Making a UITableView scroll when text field is selected

After a lot of trial and error, I'm giving up and asking the question. I've seen a lot of people …

ios iphone uitableview keyboard scroll
How to create NSIndexPath for TableView

I need delete row 1 of a table in a function I have defined. In order to use deleteRowAtIndexPath you must …

ios iphone uitableview nsindexpath
How to deselect a selected UITableView cell?

I am working on a project on which I have to preselect a particular cell. I can preselect a cell …

ios objective-c iphone uitableview interface-builder