I just converted my app to ARC, will the update still work on devices that are running iOS 4?
Also, what about the new UIAlertView Text input styles?
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 code runs on iOS 4.0+ and Mac OS X 10.6+, however, you can’t use the zeroing-weak references. That’s only supported on iOS 5+ and Mac OS X 10.7+.
This is documented in Transitioning to ARC Release Notes.