Top "Tableviewcell" questions

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

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
Grouped UITableview remove outer separator line

I have a grouped UITableview which is created programatically. Also I have a cell with xib file populated in tableview …

ios objective-c uitableview cell 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
Expanding and collapsing UITableViewCells with DatePicker

I'm building an app that lets the user select dates from a UITableView. The tableView is static and grouped. I've …

ios objective-c uitableview datepicker tableviewcell
No index path for table cell being reused

This started to happen out of the blue. Any ideas: Code: CUSTOMCLASSNAME (I have replaced the actual class name as …

ios tableview reusability tableviewcell
I implemented editActionsForRowAtIndexPath and commitEditingStyle but no edit actions appear on the tableViewCell when swiping the cell

I implemented editActionsForRowAtIndexPath and commitEditingStyle the swipe is working but no edit actions appear on the UITableViewCell my implementation for …

ios swift uitableview tableviewcell uitableviewrowaction
Swift - Fading cells in UITableView

I'm having troubles with my UITableView in swift on Xcode 6 : I would like my UITableView cells to fade in / out …

uitableview swift xcode6 fade tableviewcell
UITableViewAutomaticDimension Not Working for Resizing Cell Height

My cell displays fine as long as I don't try to enable the automatic resizing. When I add the two …

swift uitableview tableviewcell uitableviewautomaticdimension