Top "Uitableview" questions

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

How to set the height of table header in UITableView?

I have gone through Apple docs about UITableView class and delegate reference but couldn't find the way to set the …

iphone uitableview
Custom edit view in UITableViewCell while swipe left. Objective-C or Swift

How to make a custom edit view in iOS7 UITableView with Objective C like the Evernote or the Apple Reminders …

ios objective-c swift uitableview swipe
UITableView with fixed section headers

Greets, I'm reading that the default behaviour of UITableView is to pin section header rows to the top of the …

ios objective-c uitableview
How to add a footer to the UITableView?

I'me using this code to add a footer to the TableView. It has 20 sections, and each section a few rows. …

iphone uitableview uiview footer
How to get textLabel of selected row in swift?

So i am trying to get the value of the textLabel of the row I select. I tried printing it, …

uitableview swift ios8 tableview xcode6
Custom Cell Row Height setting in storyboard is not responding

I am trying to adjust the cell height for one of the cells on my table view. I am adjusting …

ios uitableview ios5 storyboard xcode4.2
How to scroll UITableView to specific position

How can I scroll the table's cell to specific position ? I have a table which shows 3 rows (according to height). …

iphone objective-c cocoa-touch uitableview uiscrollview
How to hide first section header in UITableView (grouped style)

As the design of table views using the grouped style changed considerably with iOS 7, I would like to hide (or …

ios uitableview ios7
add image to uitableview cell

I have a tableview, how can I add image to the left of this cells?

ios uitableview uikit uiimage
How can I set a UITableView to grouped style

I have a UITableViewController subclass with sections. The sections are showing with the default style (no rounded corners). How can …

ios objective-c uitableview cocoa-touch