Reputation: 389
I am using Xcode 6.3
I added textfield into the storyboard file.
Its showing in the MainStoryboard Preview.
But getting blank screen, when i am running app using IOS simulator.
Please give me suggestion so that i can resolve this issue.
Upvotes: 1
Views: 141
Reputation: 6795
If frame
is outside of bounds
of its superview
you will not see it. So you need to set appropriate constraints
to your viewController
Upvotes: 1