0

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

4

1 回答 1

4

如果您的应用程序是为 iOS SDK 版本 6 编译的,即使您的手机升级到 iOS7,您的应用程序也会包含 iOS6 组件。

要查看应用程序中的新组件,您必须使用 iOS SDK 版本 7 对其进行编译,修复您发现的警告/错误以使其正常工作,然后提交。

于 2013-09-19T10:49:19.567 回答