Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我定义一个属性并执行以下操作:
@property(nonatomic) UIButton* button;
那么我认为这是一个“分配”属性。那是对的吗?
属性参数的默认值是
分配、读写和“原子”(没有关键字“原子”。只有非原子)
是的。