I’m busy making a customized table view app and was wondering if it will work with IOS 5.
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.
iOS 5 is what brought in the appearance API’s for UIKit Controls
http://developer.apple.com/library/ios/#releasenotes/General/WhatsNewIniPhoneOS/Articles/iOS5.html
But for table views? Depends on what you are trying to do. If you are dropping controls into a custom cell, then “maybe”. 🙂 Aside from “automatic row animations, moving rows and sections, multiselection, and copy and paste behaviors for cells”, UITableView objects & functionality remain fundamentally the same.