Can't define prototype cells in UITableView

ios, ios5, uitableview, xcode

Solution

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

Problem

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: But it looks like: as you can see there is no content setting. Why not?

Original source