@property 後面能夠有哪些修飾符?

1.線程安全的: atomic, nonatomic 2.訪問權限的: readonly, readwrite 3.內存管理(ARC) assign,strong,weak,copy 4.內存管理(MRC)assign, retain,copy 5.指定方法名稱: setter= getter=web 1.線程安全(系統默認是atomic) atomic: Objc使用的一種線程保護技術,基本上來
相關文章
相關標籤/搜索