码迷,mamicode.com
首页 > 其他好文 > 详细

当property遇上category

时间:2014-05-28 02:35:35      阅读:241      评论:0      收藏:0      [点我收藏+]

标签:style   c   class   blog   http   ext   

当property遇上category

  @property可以在类定义中,以及extension定义中使用,编译器会自动为@property生成代码,并在变量列表(ivar_list_t)中添加相应的以下划线开头的变量。

  在category中,编译器允许定义@property,但不会为此@property生成代码,也即意味着编译器不会在变量列表中加入property的变量。必须人工的实现property的方法。

  bubuko.com,布布扣

参考:https://developer.apple.com/library/mac/documentation/cocoa/conceptual/ProgrammingWithObjectiveC/CustomizingExistingClasses/CustomizingExistingClasses.html

当property遇上category,布布扣,bubuko.com

当property遇上category

标签:style   c   class   blog   http   ext   

原文地址:http://www.cnblogs.com/tekkaman/p/3753629.html

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