문제

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