Top "Uitableview" questions

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

Using Auto Layout in UITableView for dynamic cell layouts & variable row heights

How do you use Auto Layout within UITableViewCells in a table view to let each cell's content and subviews determine …

ios uitableview autolayout row-height
How can I disable the UITableView selection?

When you tap a row in a UITableView, the row is highlighted and selected. Is it possible to disable this …

ios uitableview cocoa-touch
How to pass prepareForSegue: an object

I have many annotations in a mapview (with rightCalloutAccessory buttons). The button will perform a segue from this mapview to …

ios xcode uitableview mapkit storyboard
UITableView Cell selected Color?

I have created a custom UITableViewCell. The table view is showing data fine. What I am stuck in is when …

ios objective-c uitableview selection-color
Setting custom UITableViewCells height

I am using a custom UITableViewCell which has some labels, buttons and image views to be displayed. There is one …

ios objective-c uitableview row-height
UITableViewCell, show delete button on swipe

How do I get the delete button to show when swiping on a UITableViewCell? The event is never raised and …

ios uitableview cocoa-touch uikit
How to add spacing between UITableViewCell

Is there any way to add spacing between UITableViewCell? I have created a table and each cell only contain an …

ios objective-c uitableview
Why is there extra padding at the top of my UITableView with style UITableViewStyleGrouped in iOS7

Starting in iOS7, there is additional space at the top of my UITableView's which have a style UITableViewStyleGrouped. Here is …

ios uitableview ios7
Customize UITableView header section

I want to customize UITableView header for each section. So far, I've implemented -(UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)…

ios objective-c swift uitableview
UITableView - change section header color

How can I change color of a section header in UITableView? EDIT: The answer provided by DJ-S should be considered …

ios uitableview cocoa-touch