Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't define prototype cells in UITableView

I am working with a tableview in Xcode. When I try to set the content type setting and the number of prototype cells setting, they are not there. The settings page should be like:

The settings page should be like:

But it looks like:

enter image description here

as you can see there is no content setting. Why not?

like image 529
user1320885 Avatar asked May 16 '12 20:05

user1320885


1 Answers

You're trying to edit it through a xib file which does not have the same options as a storyboard file.

like image 160
jordanperry Avatar answered Sep 20 '22 11:09

jordanperry