Can't find containerView Xcode 6.4

Today I tried using the container view in Xcode and when I searched in the pane at the bottom of the library menu, I couldn't find it. I have also looked through the entire list and cannot find it.

Does anyone know what might happen. I am using Xcode 6.4 .

enter image description here

Any suggestions would be much appreciated.

+3


source to share


6 answers


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



Thanks to other answers that helped me come to this conclusion.

+7


source


I am using Xcode V6.4 and search for UIContainer / container name in the object library section of the utility. and It renders the view of the container.



+3


source


You can find it in yours storyboard

. See image below. enter image description here

+2


source


This is definitely a bug that is still present in Xcode 7.3.1. However, I kept playing with switching tabs and looking at other storyboards to see if I could find it from another file. It turns out after going through some of my storyboards and viewing the storyboard from the editor-in-chief (instead of doing it from the assistant editor) I was able to find it.

Hope this helps!

+2


source


Oddly enough, there is a bug in Xcode 6.4. Once I changed the tab in the bottom right navbar and returned to the Objects tab, the search / filter worked again. I had the same exact problem in the same exact version of Xcode.

0


source


Like kriztho the container view will not show up in the object library when viewing the storyboard from the editor assistant for some silly reason. I am using Xcode 9 and this is still a problem. Right when I switched the storyboard to the standard editor (Cmd + return on Mac), the container view was specified in the object library again.

0


source







All Articles