Ivar vs Property

2018-01-31  本文已影响67人  公爵海恩庭斯

Concepts

In the field of runtime, there are four concepts about this issue:

Reference Type Struct Type Description
Method objc_method An opaque type that represents a method in a class definition.
Ivar objc_ivar An opaque type that represents an instance variable.
Category objc_category An opaque type that represents a category.
objc_property_t objc_property An opaque type that represents an Objective-C declared property.

Ivar vs Property

Ivar Property
nonatomic
copy
@protected
@ package

参考

上一篇 下一篇

猜你喜欢

热点阅读