Top "Uitableview" questions

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

UITableView set to static cells. Is it possible to hide some of the cells programmatically?

UITableView set to static cells. Is it possible to hide some of the cells programmatically?

ios objective-c uitableview
How to detect tableView cell touched or clicked in swift

I'm trying to get index of selected item in TableView and start some activity after that. Unfortunately most of solutions …

ios swift uitableview
How to customize tableView separator in iPhone

By default there is a single line separator in uitableview. But I want to put my customized line as a …

iphone uitableview
UITableView is starting with an offset in iOS 7

I have dragged a plain jane UITableView onto a UIViewController in iOS 7. Now there is an vertical offset of space …

uitableview ios7
How to know when UITableView did scroll to bottom in iPhone

I would like to know when a UITableView did scroll to bottom in order to load and show more content, …

ios uitableview scroll
How to make a push segue when a UITableViewCell is selected

I have a list of effects in a table view. I have created a top right bar button which does …

ios objective-c uitableview segue
Adding the little arrow to the right side of a cell in an iPhone TableView Cell

This should be simple enough. I have an iPhone app with a TableView. How do I add the little classic …

iphone objective-c ios cocoa-touch uitableview
Pass data through segue

I'm doing simple iOS application with tableview controller and detailView. All I want is to pass data through segue. this …

ios iphone uitableview swift detailview
Custom UITableViewCell selection style?

When I click on my UITableViewCell, the background part (the areas that my background image doesn't cover) turns blue when …

ios objective-c uitableview click selection
How to set the width of a cell in a UITableView in grouped style

I have been working on this for about 2 days, so i thought i share my learnings with you. The question …

ios iphone uitableview width