Search code examples
iosobjective-cios7xcode5

Can't see UIView after added to UIViewController in storyboard separately in latest xcode 5


I have drag & drop UIView to UIViewController in storyboard in xcode 5, it's added but i can't see that UIView in storyboard. Any one have solution?

In previous version of xcode, i did get it worked with the process described from following link:- https://stackoverflow.com/a/14515818/952440

But now it did not work in latest xcode 5.

For your information i have added screenshot from storyboard below:-

Screenshot of document outline

Screenshot of bottom part of view controller


Solution

  • Now, we can see view outside of UIViewController in storyboard in Xcode 7.

    For your information i have added screenshot from Xcode 7.1 storyboard below:-

    enter image description here

    enter image description here