UITableView is a class used for displaying and editing lists of information on iOS.
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-heightWhen you tap a row in a UITableView, the row is highlighted and selected. Is it possible to disable this …
ios uitableview cocoa-touchI have many annotations in a mapview (with rightCalloutAccessory buttons). The button will perform a segue from this mapview to …
ios xcode uitableview mapkit storyboardI have created a custom UITableViewCell. The table view is showing data fine. What I am stuck in is when …
ios objective-c uitableview selection-colorI am using a custom UITableViewCell which has some labels, buttons and image views to be displayed. There is one …
ios objective-c uitableview row-heightHow do I get the delete button to show when swiping on a UITableViewCell? The event is never raised and …
ios uitableview cocoa-touch uikitIs there any way to add spacing between UITableViewCell? I have created a table and each cell only contain an …
ios objective-c uitableviewStarting in iOS7, there is additional space at the top of my UITableView's which have a style UITableViewStyleGrouped. Here is …
ios uitableview ios7I want to customize UITableView header for each section. So far, I've implemented -(UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)…
ios objective-c swift uitableviewHow can I change color of a section header in UITableView? EDIT: The answer provided by DJ-S should be considered …
ios uitableview cocoa-touch