Search code examples
iosxcodexcode6container-view

Can't find containerView Xcode 6.4


Today I tried to use a container view in Xcode and when I searched in the bar at the bottom of the Library menu, I could not find it. I have also searched through the entire list and can not find it.

Does anyone have any idea what might be occurring. I am using Xcode 6.4.

enter image description here

Any suggestions will be much appreciated.


Solution

  • It looks like the reason I can't find it is because I am using XIB's and not a storyboard (which is what I used in the past when I used a container view).

    Thanks to the other answers which helped me come to this conclusion.