Why can't I use "List" as class name of a subclass of UITableViewController?
views:
37answers:
1
+2
A:
Because there's a List
class already. You shouldn't use it (in fact I'm not sure you can on the iPhone because its interface requires @defs
to work), but it's there. It's an old class, inheriting from Object
, that provides a mutable array of configurable capacity.
Graham Lee
2010-05-19 09:03:55
Cool. Real answer from heavy experience. I'll report this to Apple's bug reporter.
Eonil
2010-05-19 17:14:24