Top "Uitableview" questions

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

How to customize the background color of a UITableViewCell?

I would like to customize the background (and maybe the border too) of all of the UITableViewCells within my UITableView. …

ios iphone uitableview cocoa-touch background-color
Eliminate extra separators below UITableView

When I set up a table view with 4 rows, there are still extra separators lines (or extra blank cells) below …

ios uitableview cocoa-touch
iOS 8 UITableView separator inset 0 not working

I have an app where the UITableView's separator inset is set to custom values - Right 0, Left 0. This works perfectly …

ios objective-c swift uitableview ios8
Assertion failure in dequeueReusableCellWithIdentifier:forIndexPath:

So I was making an rss reader for my school and finished the code. I ran the test and it …

ios objective-c uitableview
Custom UITableViewCell from nib in Swift

I'm trying to create a custom table view cell from a nib. I'm referring to this article here. I'm facing …

ios uitableview swift ios8
How to scroll to the bottom of a UITableView on the iPhone before the view appears

I have a UITableView that is populated with cells of a variable height. I would like the table to scroll …

ios objective-c cocoa-touch uitableview
UITableView example for Swift

I've been working with Swift and iOS for a number of months now. I am familiar with many of the …

ios swift uitableview
UITableView Separator line

How can I change the separator line that appears at the end of each cell in UITableView? I want to …

iphone uitableview
Having a UITextField in a UITableViewCell

I'm trying to do that for a couple of days now, and after reading tons of messages of people trying …

ios objective-c uitableview cocoa-touch uitextfield
creating custom tableview cells in swift

I have a custom cell class with a couple of IBOutlets. I have added the class to the storyboard. I …

swift uitableview cocoa-touch ios8 storyboard