Top "Custom-cell" questions

A custom cell is a unique, personalized or subclassed version of some generic cell type.

How to set a custom cell as header or footer of UITableView

I am using Xib files instead of storyboard. I have created a table view with some dummy data. Its working …

ios swift uitableview custom-cell uitableviewsectionheader
Swift Custom Cell creating your own Cell with labels

I've just started to use Swift as a prorgamming language and i've run into a problem with Custom cells. When …

ios swift custom-cell
Calling two different custom cell in one UITableView issue

I have created a custom cell FeatureCell which has 5 images in the row that will be called in the main …

iphone ios uitableview custom-cell
How to work with two different custom cells in one tableView ? Using Storyboard, iOS 7

I have two custom cells. And I want to display 2 sections in my UITableView. The first section with one row …

ios iphone objective-c uitableview custom-cell
Swift Change the tableviewcell border color according to data

I have written a code for making the cell border color change according to inStock or outStock , if it is …

swift uitableview swift3 custom-cell
Accessing cell attributes outside of cellForRowAtIndexPath

I have five fields setup on a Signup controller. Username, displayname, password, confirm password and email address. They are setup …

ios ios5 uitableview custom-cell
IOS Custom Table Cell does not Automatically Resize Width for Orientation Change

Have a custom table cell with it's own .XIB and .h and .m. Nothing too fancy. When the device rotates, …

ios uitableview custom-cell
iOS: Adding a third label to UITableViewCell without creating a Custom cell?

I've worked with custom cells before but I just wondered for adding a third label (nothing else!) is there a …

ios uitableview custom-cell
How to get other control value from UITableViewCell?

I have one doubt that how to get other control's value when we select a row or tap on button …

iphone uitableview custom-cell
How add custom image to uitableview cell swipe to delete

Could you tell me, how to add custom image to delete button when swipe cell on UITableview?

uitableview swift custom-cell