0

I'm trying to make a view controller with view in separate XIB file.

If I add tableview then I couldn't specify cell type (static or dynamic): enter image description here

But if I add tableview to storyboard - everything works as expected: enter image description here

Is it xcode6 bug or I'm doing something wrong?

user2786037
  • 475
  • 1
  • 11
  • 27

1 Answers1

2

Static table view cells are only available when using storyboards. Take a look at this answer: How to use static cells in UITableView without using Storyboards?

Community
  • 1
  • 1
LS_
  • 6,434
  • 9
  • 47
  • 86