Top "Uitableview" questions

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

Is it possible to refresh a single UITableViewCell in a UITableView?

I have a custom UITableView using UITableViewCells. Each UITableViewCell has 2 buttons. Clicking these buttons will change an image in a …

objective-c uitableview
How to disable scrolling in UITableView table when the content fits on the screen

I have a few (grouped style) tables in my iphone app (only on part of the screen and added with …

iphone ios uitableview scroll
How to remove empty cells in UITableView?

i am trying to display a simple UITableView with some data. I wish to set the static height of the …

ios objective-c uitableview
How to Implement Custom Table View Section Headers and Footers with Storyboard

Without using a storyboard we could simply drag a UIView onto the canvas, lay it out and then set it …

uitableview ios5 uistoryboard
swift UITableView set rowHeight

I am trying to set the height of each row in the tableView to the height of the corresponding cell …

xcode swift uitableview
How to detect the end of loading of UITableView

I want to change the offset of the table when the load is finished and that offset depends on the …

ios iphone uitableview
How to fix Error: this class is not key value coding-compliant for the key tableView.'

I made an app with Table View and Segmented Control, and this is my first time. I'm using some code …

swift uitableview uisegmentedcontrol
Class has no initializers Swift

I have a problem with Swift class. I have a swift file for UITableViewController class and UITableViewCell class. My problem …

ios uitableview swift
iPhone/iOS JSON parsing tutorial

As a learning experience, I want to make an iPhone application that calls a webserver/webservice, retrieves a JSON response, …

iphone objective-c ios json uitableview
Expand/collapse section in UITableView in iOS

Could somebody tell me the way to perform UITableView expandable/collapsible animations in sections of UITableView as below? or

ios iphone uitableview object