Unable to define prototype cells in UITableView

I work with a table view in Xcode. When I try to set the content type setting and the number of prototype cell settings, they are not there. The settings page should look like this:

The settings page should be like:

But it looks like this:

enter image description here

as you can see that the content setting is missing. Why not?

+6
source share
1 answer

You are trying to edit it through an xib file that does not have the same parameters as the storyboard file.

+10
source

Source: https://habr.com/ru/post/915942/


All Articles