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?

Was it helpful?

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top