I\'d like a UITableView with subtitle-style cells that use dequeueReusableCellWithIdentifier.
UITableView
subtitle
dequeueReusableCellWithIdentifier
My original Objective-C code was
If you are not using your own Custom Cell. Simply register UITableViewCell through code. Then you can prefer code.
Else select storyboard, select your TableViewCell -> Goto Attribute Inspector and choose the desired style as shown below.