I\'d like a UITableView with subtitle-style cells that use dequeueReusableCellWithIdentifier.
UITableView
subtitle
dequeueReusableCellWithIdentifier
My original Objective-C code was
Make sure that you are not registering any cell to the tableview.
If you did so, dequeueReusableCellWithIdentifier will always give a non optional cell so UITableViewCellStyle.Subtitle will never initiate.