android工程師開發IOS oc淺析(15)之@property後面修飾符詳解

@property後面有哪些修飾符 1.線程安全的 atomic、nonatomic 2.訪問權限的 readonly、readwrite 3.內存管理(ARC) assign、strong、weak、copy 4.內存管理(MRC) assign、retain、release 5.指定方法名稱 setter = getter = 詳解 一、線程安全的 多線程存在安全隱患 1.一塊資源可能會被多個
相關文章
相關標籤/搜索