How to make applications compatible with iOS6 and iOS7?

I have several applications written on iOS6. I found that all iOS6 applications do not look right in iOS7, everything is inappropriate or the UX / UI is wrong.

I'm not sure how to make these applications compatible with both, rather I would really like iOS6 applications to be iOS6 and just not let them work in iOS7; but I'm not sure how to do this.

But my real question is: how to make applications that will work in iOS6 and iOS7? Do you use different NIB files as If statements?

+4
source share
2 answers

If you want to offer the perfect user interface, you can create different NIB files and version verification codes to display different interfaces. (Or you can check your NIB for both versions)

If you want to use iOS7 compatibility with less iOS6, try http://github.com/youknowone/UI7Kit

+3
source

All Articles