Question

I am going to develop an iOS universal application. I want to target iOS 5,6 and 7.

I am using xCode 5 for my development. I want to know is it possible to support iOS 5,6 and iOS 7 in same app?

Était-ce utile?

La solution

Yes, set the deployment target to iOS 5. You will have to make separate storyboards for iOS 5/6 and 7, and choose which to load upon startup based off of the device's OS.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top