开发者

Why can't I use "List" as class name of a subclass of UITableViewController?

开发者 https://www.devze.com 2022-12-31 08:17 出处:网络
Why can\'t I use \"List\" as class name of a subclass of 开发者_运维知识库UITableViewController?Because there\'s a List class already. You shouldn\'t use it (in fact I\'m not sure you can on the iPhon

Why can't I use "List" as class name of a subclass of 开发者_运维知识库UITableViewController?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消