سؤال

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?

هل كانت مفيدة؟

المحلول

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.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top