Sunny Patial
Sunny Patial

Reputation: 389

iOS simulator not showing content with Xcode 6.3

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

Answers (1)

Azat
Azat

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

Related Questions