Question

My understanding of iOS 7 was that when it was running on a given device that older applications (complied for iOS 6) that use standard UIControls (UITableView, UINavigationController, etc) would automagically have the iOS 7 look.

I have an app which utilizes a UITabBarController, UINavigationController, a UITableView and some UIButtons, however none of the controls in my app have the iOS 7 look or feel.

My navigation controllers are not translucent or blurred and my back buttons are not words they are still arrow encapsulated.

Am I missing something?

Thanks for your input, Regards, John

Was it helpful?

Solution

If you app is compiled for iOS SDK version 6, you'll have the iOS6 components on your app, even if your phone is upgraded to iOS7.

To see the new components in your app you'll have to compile it using iOS SDK version 7, fix the warnings/errors you will find to make it work, and submit it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top