天天看點

關于objc_property_attribute_t的value和name

常用attribute name value
nonatomic “N” “”
strong/retain “&” “”
weak “W” “”
readonly “R” “”
自定義的getter “G” “”
自定義的setter “S” “”
屬性對應的執行個體變量Ivar “V” “”
屬性的類型type “T” @”age”, eg”@\”NSString\”“

參考:開發者文檔

繼續閱讀