码迷,mamicode.com
首页 > 移动开发 > 详细

ios instancetype 和 id 的异同

时间:2015-11-17 13:00:39      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:

1.0 相同点:都可以作为方法的返回类型

2.0 不同点: a、instancetype 可以返回和方法所在类相同类型的对象   id 只能返回未知类型的对象

      b、 instancetype 只能作为返回值,不能像id 那样作为参数

在实际开发中,尽量使用 instancetype (当使用继承时,父类指向子类,相当有用)

ios instancetype 和 id 的异同

标签:

原文地址:http://www.cnblogs.com/Iceing/p/4971070.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!