Top "Uitableview" questions

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

How to enable swipe to delete cell in a TableView?

I have a UIViewController that implements TableViews delegate and datasource protocols. Now I want to add "swipe to delete" gesture …

ios uitableview uiswipegesturerecognizer
Get Selected index of UITableView

I want to have selected index for UITableView. I have written following code: NSIndexPath *index = [NSIndexPath indexPathForRow:1 inSection:0]; [tableView scrollToRowAtIndexPath:…

ios objective-c iphone uitableview nsindexpath
UIRefreshControl without UITableViewController

Just curious, as it doesn't immediately seem possible, but is there a sneaky way to leverage the new iOS 6 UIRefreshControl …

objective-c ios uitableview ios6 uirefreshcontrol
Swift tableView Pagination

I have success working tableview with json parsing codes.But may have 1000 more item so need pagination when scrolling bottom …

ios swift uitableview pagination
In a storyboard, how do I make a custom cell for use with multiple controllers?

I'm trying to use storyboards in an app I'm working on. In the app there are Lists and Users and …

objective-c ios uitableview storyboard
How to reload and animate just one UITableView cell/row?

how can I reload and animate just one cell/row ? Right now i download some files. Everytime a file finished …

objective-c cocoa-touch uitableview animation
Loading an image into UIImage asynchronously

I'm developing an iOS 4 application with iOS 5.0 SDK and XCode 4.2. I have to show some post blogs into a UITableView. …

ios cocoa-touch uitableview asynchronous uiimageview
UITapGestureRecognizer breaks UITableView didSelectRowAtIndexPath

I have written my own function to scroll text fields up when the keyboard shows up. In order to dismiss …

ios uitableview uitapgesturerecognizer
Default height for section header in UITableView

I want to set the height of the first header in my UITableView. For the other headers I want them …

iphone cocoa-touch uitableview
How to save NSMutablearray in NSUserDefaults

I have two NSMutableArray's. They consist of images or text. The arrays are displayed via a UITableView. When I kill …

ios objective-c uitableview nsmutablearray nsuserdefaults