1.instancetype & id
instancetype
在类型表示上,跟id一样,可以表示任何对象类型
instancetype
只能用在返回值类型上,不能像id一样用在参数类型上
instancetype
比id多一个好处:编译器会检测instancetype的真实类型
instancetype
在类型表示上,跟id一样,可以表示任何对象类型
instancetype
只能用在返回值类型上,不能像id一样用在参数类型上
instancetype
比id多一个好处:编译器会检测instancetype的真实类型
本文标题:Objective-C 关键字
本文链接:https://www.haomeiwen.com/subject/cjdesttx.html
网友评论