I have an application in the App Store, targeted for iOS 5, that runs correctly in iOS 6, and even iOS 7, but now, I wanted to add a new feature (just one new view with a controller).
The problem comes here: If I do compile the code with Xcode 5, it looks awkward, top status bar disappears, and even some views stop working.
I know this App needs a rewrite from Zero for iOS 7, but in the meantime, is there any way to make it work like it did before?
Can I somehow download a previous SDK, and in such case, will I be able to update the app to the App Store?