Top "Uitableview" questions

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

Table Header Views in StoryBoards

Is there a way to insert a Table Header View (tableHeaderView) in StoryBoard (like we used to do in Interface …

ios uitableview xcode4 storyboard
✔ Checkmark selected row in UITableViewCell

I am an iOS development newbie. I want to add a checkmark to my UITableViewCell when it is selected. The …

ios uitableview
UITableView clear background

I realize that iOS 7 has not officially been released and we should not discuss it BUT I am going crazy …

ios uitableview
Reducing the space between sections of the UITableView

Is there a way to reduce the space between two sections of a UITableView? There are about 15 pixels between every …

iphone ios uitableview
UITableview with more than One Custom Cells with Swift

I want to use a UITableview with different custom tableViewCells. My 3 cells are as such: Cell1: should have an image …

swift uitableview
How to resize a tableHeaderView of a UITableView?

I'm having trouble resizing a tableHeaderView. It simple doesn't work. 1) Create a UITableView and UIView (100 x 320 px); 2) Set the UIView …

iphone cocoa-touch uitableview
Change Default Scrolling Behavior of UITableView Section Header

I have a UITableView with two sections. It is a simple table view. I am using viewForHeaderInSection to create custom …

ios iphone uitableview cocoa-touch
How to give space between two cells in tableview?

I want a space between two cell in table view, I want cell like this, How can i do that?

iphone objective-c cocoa-touch uitableview ios4
What is NSLayoutConstraint "UIView-Encapsulated-Layout-Height" and how should I go about forcing it to recalculate cleanly?

I have a UITableView running under iOS 8 and I'm using automatic cell heights from constraints in a storyboard. One of …

ios uitableview cocoa-touch autolayout ios-autolayout
UITableViewCell with UITextView height in iOS 7?

How can I calculate the height of an UITableViewCell with an UITextView in it in iOS 7? I found a lot …

cocoa-touch uitableview height ios7