Top "Uitableview" questions

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

How can I debug 'unrecognized selector sent to instance' error

I am creating a custom table cell view for my table view. After I connect an image view of custom …

ios swift uitableview
Loading a Reusable UITableViewCell from a Nib

I am able to design custom UITableViewCells and load them just fine using the technique described in the thread found …

ios iphone uitableview cocoa-touch interface-builder
reload cell data in table view with Swift

how is it possible to reload data for a cell in my table view? I want to do a request …

ios uitableview swift reload
How do I adjust the left margin for prototype cells in a UITableView?

If I create a UITableViewController, for example via File → New Project... → iOS → Master-Detail Application in Xcode, a UITableView is created …

ios objective-c uitableview interface-builder
Using a custom image for a UITableViewCell's accessoryView and having it respond to UITableViewDelegate

I'm using a custom drawn UITableViewCell, including the same for the cell's accessoryView. My setup for the accessoryView happens by …

ios cocoa-touch uitableview uikit
Dismiss keyboard by touching background of UITableView

I have a UITableView with UITextFields as cells. I would like to dismiss the keyboard when the background of the …

ios uitableview uikeyboard
Remove the cell highlight color of UITableView

I want to remove the default blue color of uitableview cell selection. I don't want any selection color there. I …

ios objective-c uitableview
How to set the full width of separator in UITableView

I have a UITableView where the separators don't have the full width. It ends like 10 pixels before the left side. …

ios objective-c iphone uitableview
iOS 7 - How to display a date picker in place in a table view?

In WWDC 2013 video, Apple suggests displaying picker in place in a table view in iOS 7. How to insert and animate …

uitableview swift ios7 uidatepicker datecell
UITableview reloaddata with animation

I have a UITableView which is populated from array and a drop down list. If I select any row of …

ios uitableview reloaddata