Make sure you’re using an appropriate UITableViewCellStyle
with this (anything but UITableViewCellStyleDefault
should thus work). The cell’s style is specified when you initialize it.
Make sure you’re using an appropriate UITableViewCellStyle
with this (anything but UITableViewCellStyleDefault
should thus work). The cell’s style is specified when you initialize it.