The UITableView Content field is not displayed in the XIB file (Xcode 5 and 6)

I have a strange problem that I'm really not sure what to do. The problem is simple: in one Xcode project (both in Xcode 5 and Xcode 6 Beta 4) I see "Content" and "Prototype Cells" when I click UITableViewin the storyboard file

Expected result

However, in another project, they simply do not appear in the XIB file :

Actual result

Does anyone know how to get "Content" and "Prototype Cells" so that they appear sequentially in .storyboardand files .xib? Thank!

+4
source share
2

, UITableView .

, :

  • TableView /TableViewController , .

xib File- > New- > File → Objective C UitableViewController .

.

, .

+1

- , ( )

. Main Storyboard "View Control" TableView "Content Attribute" "Attribute Inspector"

. , . "" ViewView TableView, TableView, , , TableView.

. . 1.) TableView, ( ), . ( ) 2.) , . : Main.storyboard → TableView Scene → TableView → .. Tableview " ", . 1 2, " " " " " "

+2

All Articles