2012-02-01から1日間の記事一覧

カテゴリでプロパティを追加する

という話 普通にやっても無理なので、Associated Objectを使います。 #include <objc/runtime.h> @interface NSObject (AddProperty) @property (copy) NSString *string; @end @implementation NSObject(AddProperty) - (NSString *)string { id result = objc_getAssociate</objc/runtime.h>…