XcodeMania
XcodeMania

Reputation: 305

bug in storyboard xcode?

I lost all my status bar of viewcontrollers and all my item on the storyboard are small.

all my viewcontrollers,navigation controller are flattened. Can i reset all things in the storyboard?

Upvotes: 0

Views: 131

Answers (1)

user1612646
user1612646

Reputation: 69

If the items are small then try enlarging them. For the status bar go to your attributes inspector and in the simulated metrics change status bar to black or translucent black. Or you can check your plist because you may have Status bar is initially hidden to yes

Upvotes: 1

Related Questions