I am trying to create an UIViewController
from a Nib file. On Google I found that I can only load an UIView from Nib.
But some suggests that I could create a Nib file (of UIView) whose File Owner is set to our ViewController
.
That is what I did, I got no crashes, but the View is just not displayed.
EDIT:
Tried to push the viewcontroller
like this
self.navigationController!.pushViewController(CoolViewController(), animated: true );
But it still showing black screen when it is pushed
XCode 6.3 - Not using Storyboards
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…