I am trying to implement Tim Keating’s answer from here: Loading a Reusable UITableViewCell from a Nib
I made a view XIB and assigned the view’s Class to UITableViewCell.
When I go to the Attributes Inspector though, all I see are the “Simulated User Interface Elements” and “View” sections. I do not see a “Table View Cell” section like in his answer 🙁 I tried closing and reloading, it still won’t show.
You can always select an empty XIB and pick a
UITableViewCellelement from the object library.