I have searched for this answer, and have had mixed reviews. Some say it SHOULD be possible (like using ARC), and some say it’s not possible. Can anyone give me a definitive answer either way?
Share
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.
According to apple NO. Apple always said storyboarding would only be for iOS5. But prove it to yourself. Start a new project, check use storyboarding, create the project. Then change the target iOS to 4.3 and run, the view will not load.
ARC will run even down to 4.2, though you can’t use weak references below 4.3.