Top "Custom-cell" questions

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

Swipe-able Table View Cell in iOS 9

I want my table list to have a swipe-able menu like in iOS 8 (first introduced in iOS 7). I've found a …

swift uitableview custom-cell ios9 tableviewcell
How to stop UITableView cell is overwriting the contents?

I am using a UITableView and I'm noticing that the cells in my tableview are getting progresively bolder as I …

ios objective-c uitableview tableviewcell custom-cell
How to add a separator space between rows on custom Xamarin.Forms ViewCell?

In this question on Xamarin Forums https://forums.xamarin.com/discussion/20517/curved-corners-in-tableview-cells Craig Dunn teaches how to create a cell …

c# listview grid xamarin.forms custom-cell
UITableViewCell in ios7 now has gaps on left and right

I have a UITableView where, in ios6, my custom cell stretched completely to the left and right sides of the …

uitableview ios7 indentation custom-cell
ListView or TableLayout?

I am really confused now as to which one to learn. I am an iPhone app developer and now learning …

android android-listview android-adapter android-tablelayout custom-cell
JavaFX custom cell factory with custom Objects

I am trying to have a custom ListView made of custom Cell based on a list of custom objects. The …

java listview javafx custom-cell
How to add different Custom Cells in one TableView with Storyboard?

i want to add 2 or more diffrent Custom cells in one Tableview, by using storyboard. i know how to add …

xcode uitableview storyboard custom-cell
UITableViewCell. How do I just highlight cell during touch down?

I have a custom tableViewCell. I want to indicate user touch down by highlighting. The cell selection style is UITableViewCellSelectionStyleBlue. …

ios uitableview custom-cell
Swift. Change Color of Custom Tableview Cell Label when selected

I have a Custom Tableview cell in swift and in that cell a label. I want to be able to …

ios swift uitableview custom-cell didselectrowatindexpath
Adding multiple custom cells in UITableView

Though this is one of the most asked question but i could not find one comprehensive answer. I need to …

iphone uitableview custom-cell