0

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.

Community
  • 1
  • 1
evilfred
  • 2,314
  • 4
  • 29
  • 44

1 Answers1

1

You can always select an empty XIB and pick a UITableViewCell element from the object library.

Deepak Danduprolu
  • 44,595
  • 12
  • 101
  • 105