Tim Bernikovich
Tim Bernikovich

Reputation: 5945

Supporting iOS 6 and iOS 7

I have project that need to be supported by iOS 6 and iOS 7. The problem is I need to use transparent navigation bar. The question is how can I access frame size for both (for example I need left top corner) it's not a problem in iOS 6, but in iOS 7...

Upvotes: 0

Views: 233

Answers (1)

ConfusedDeer
ConfusedDeer

Reputation: 3415

Just create an IBOutlet for for your navigation bar then do a IF statement to check what iOS version the user has, then change the navigation bar properties or do whatever you need to do in code to get the frame size.

Upvotes: 1

Related Questions