Why can’t I use “List” as class name of a subclass of UITableViewController?
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.
Because there’s a
Listclass already. You shouldn’t use it (in fact I’m not sure you can on the iPhone because its interface requires@defsto work), but it’s there. It’s an old class, inheriting fromObject, that provides a mutable array of configurable capacity.