I have an application that looks great on iOS 6, and I'm trying to run it on iOS7.
Here is what I did:
I tested it on iPhone 5, 4 and 4 with iOS 7 and it works great. But now that I have published my application, it has the look of iOS 7 (and a lot of visual errors caused by this change).
Some things I noticed:
If I just create an application on Xcode and then connect the device and launch it, it will look and look iOS7. But if I just create and run it directly on the device, it works fine (iOS 6 look).
OK, my previous answer was wrong / deprecated.
Apple published an announcement stating that from February 1, 2014, all applications running on iOS7 should be optimized for iOS 7.
This means that no matter whether you can make it look like iOS6, it doesn't matter. If it works on iOS7, it must be updated for iOS7.
https://developer.apple.com/news/index.php?id=12172013a#top
You can do the following, perhaps in your delegate delta -load:
-load
[[NSUserDefaults standardUserDefaults] setObject:@YES forKey:@"UIUseLegacyUI"];
, Apple, , , Apple , iOS 7. - , iOS. iOS 7 iOS 7 SDK.
no, sdk7 apps will always look like ios7 apps on ios7