私はこの単純なクラスを作っています:
@interface BGPairButtonCatalog : NSObject
@property (readonly,nonatomic) UIButton * btnButton;
@property (readonly,nonatomic) BGReviewsTablesatProfile * rtpReviewsTables;
-(id)initWithBtn:(UIButton*) btnButton andReviewsTablesatProfile: (BGReviewsTablesatProfile *) rtpReviewsTables;
@end
今、そのクラスの NSDictionary オブジェクトが必要です。
NSDictionary は、btnButton を介して検索できる必要があります。
ただし、btnButton は NSDictionary の適切なキーではありません。
多分 btnButton の要素です。何?住所?