Best approach to keep both iOS6 and iOS7 support? [closed]

*爱你&永不变心* 提交于 2019-12-04 15:02:12

We updating our app from Old Type graphics in iOS6.1 to a new style Flat ever in iOS6.1 when the iOS7 Stable is ready we can update the core with functionality but the graphics style is so new see my screen:

Before on iOS6:


After a WWDC on iOS7 we make an update with this style:


The correct question is what you want to do after the iOS7 is Ready? if you want to update your app only for iOS7 or create an update retroactive from iOS6.1 to iOS7 is only your strategy.

Hope my think is good :)

I think that one approach is to rely heavily on

  • Auto Layout (to deal with different sizes of controls and text)
  • UIAppearance (to change backgrounds and tints depending on style in a single place depending on the OS version)

Then just check for the availability of new features like UI[REDACTED] and [REDACTED]Kit before using them in your app. (iOS 7 is still under NDA).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!