In Xcode 3, I could choose to create a thread when subclassing a table cell. In Xcode 4, it only makes h / m files.
How to subclass with xib file?
Edit: see screenshots below:


EDIT:
Also, is there a way to create a UITableViewCell nib automatically, along with h and m files, all pre-prepared and ready for editing?
source
share