objective-c-category Questions
2
Solved
I have a category on an existing class that adds a property and a few methods to the class.
@interface AClass (ACategory) {
NSString *aProperty;
}
@property (nonatomic, retain) NSString *aProper...
Nursery asked 6/12, 2010 at 19:53
3
Solved
I try to figure out how things really work. So I thought when I would overwrite certain methods using categories, I would get interesting NSLogs.
@implementation UIView(Learning)
- (UIView *)hitTe...
Watchful asked 28/11, 2010 at 0:53
© 2022 - 2024 — McMap. All rights reserved.