UITableView is a class used for displaying and editing lists of information on iOS.
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 tableviewcellI have a grouped UITableview which is created programatically. Also I have a cell with xib file populated in tableview …
ios objective-c uitableview cell tableviewcellI 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-cellI'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 tableviewcellThis started to happen out of the blue. Any ideas: Code: CUSTOMCLASSNAME (I have replaced the actual class name as …
ios tableview reusability tableviewcellI implemented editActionsForRowAtIndexPath and commitEditingStyle the swipe is working but no edit actions appear on the UITableViewCell my implementation for …
ios swift uitableview tableviewcell uitableviewrowactionI'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 tableviewcellMy cell displays fine as long as I don't try to enable the automatic resizing. When I add the two …
swift uitableview tableviewcell uitableviewautomaticdimension