I’m planning to write an iphone application which uses storyboards and ARC. As I know these features come with ios 5. The question is will my application run on ios 4 devices? If not, is there a way to run this application on ios 4 devices?
Thanks..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
ARC applications will run on iOS 4, but weak references aren’t supported.
Storyboards are not available on iOS 4, period.