iOS 7 Extend Edges View Controller Property
iOS 7 Extend Edges View Controller Property
- Subject: iOS 7 Extend Edges View Controller Property
- From: Dave <email@hidden>
- Date: Mon, 23 Sep 2013 20:25:11 +0100
Hi,
I'm trying to get an app to look ok under iOS 7, the first problem was that it overrode wantsFullScreenLayout and always returned NO, I removed this and the next problem was that the views were messed up because the Status Bar isn't taken into account. I have 35+ View Controllers and they all have:
Extend Edges, Under Top Bars = On, and Under Bottom Bars = On, under Opaque = Off.
If I turn Under Top Bars Off, then things begin to look a lot nicer.
Question, is it better to go through all 35+ VC's in the Storyboard turning "Under Top Bars" Off, or is it better to do it conditionally in code. All these VCs inherit from a common base VC, so I could just put the code in the Base VC I think, but then I suppose the VC when opened with IB, won't look right?
The other problem I have is that the Status Bar disappears when I run the App, a heads up on this one would be appreciated if anyone has encountered this problem and fixed it, otherwise this one is next on my hit list.
iOS 7 couldn't have been released at a worse time for this app! They are just about to go live and everything had been signed off and working under iOS 6! Such is life!
All the Best
Dave
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden