Top "Uitableview" questions

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

UITableViewCell Selected Background Color on Multiple Selection

// Doesn't work cell.selectionStyle = .Blue //Works when the selection is not multiple, if it's multiple with each selection the previous …

ios uitableview swift selection selected
Refresh certain row of UITableView based on Int in Swift

I am a beginning developer in Swift, and I am creating a basic app that includes a UITableView. I want …

ios uitableview swift nsindexpath
How to resize superview to fit all subviews with autolayout?

My understanding of autolayout is that it takes the size of superview and base on constrains and intrinsic sizes it …

ios uitableview autolayout
How to fix UITableView separator on iOS 7?

UITableView draws with ragged lines on iOS 7: How to fix it? The line between cells should be on the full …

iphone ios ipad uitableview ios7
Changing background color of selected cell?

Does anyone know how to change the background color of a cell using UITableViewCell, for each selected cell? I created …

iphone uitableview colors background tableview
Remove empty space before cells in UITableView

I am currently trying to put a UITableView in a different location rather than at the top of my view …

ios objective-c uitableview ios7
How does cellForRowAtIndexPath work?

I HAVE READ apple documentation and it's not understandable for such a beginner in Objective-C as me. I'm trying to …

ios objective-c uitableview multiple-columns
How to customize the background/border colors of a grouped table view cell?

I would like to customize both the background and the border color of a grouped-style UITableView. I was able to …

ios objective-c iphone uitableview cocoa-touch
Changing Font Size For UITableView Section Headers

Can someone please instruct me on the easiest way to change the font size for the text in a UITableView …

ios objective-c swift uitableview uitableviewsectionheader
Long press on UITableView

I would like to handle a long press on a UITableViewCell to print a "quick access menu". Did someone already …

ios iphone uitableview gesture-recognition long-press