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):

But if I add tableview to storyboard - everything works as expected:

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