Top "Custom-cell" questions

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

Reloading tableview data from custom cell

I have a tableView with custom cell. I also have a .swift-file for this custrom cell. In this file I …

swift tableview custom-cell reloaddata
Can I use a single prototype cell in multiple tableViews?

I am having two different tableviews in two different controller. But the cells, that I need to display in them, …

ios ios5 uitableview custom-cell
Custom UITableViewCell in edit mode does not move my UILabels

This is doing my head in:-) I have a fully functional CoreData Populated UITableView inside a UIViewController and I …

iphone ios uitableview edit custom-cell
iOS Swift - Filtering contents of UITableView that has custom cell with Search Bar and Search Display

I have an issue with Search Bar and Search Display in a Swift project for iPhone. I added one UITableView …

uitableview swift ios8 uisearchbar custom-cell
iPhone - having selected cell move to top of uitableview

I looked for this problem and I don't believe I could find an answer. I have a tableview of custom …

iphone uitableview custom-cell