Search code examples
Protocol versus Category...

objective-cobjective-c-categoryobjective-c-protocol

Read More
Call class method of Objective C category...

objective-cclass-methodobjective-c-category

Read More
Objective-C category compared to features in other languages...

javaobjective-crubyobjective-c-category

Read More
Is it safe to override a Category-defined method in Objective-C?...

objective-cobjective-c-category

Read More
-[NSCalendar dateFromComponents:] crashes with SIGABRT...

iosobjective-csingletonnscalendarobjective-c-category

Read More
NSObject's category is available for every NSObject subclass even without any import of this cat...

iosobjective-cobjective-c-category

Read More
Core Data: Where to put awakeFromFetch and awakeFromInsert?...

objective-cioscore-datansmanagedobjectobjective-c-category

Read More
Using a Delegate in a Category...

objective-cdelegatesobjective-c-category

Read More
re-declaring readonly property in class extensions...

objective-cobjective-c-category

Read More
Common webViewDidStartLoad by category...

iosobjective-cobjective-c-category

Read More
How do I define a category that adds methods to classes which implement a particular protocol?...

objective-cobjective-c-category

Read More
How does objc_setAssociatedObject work?...

objective-cobjective-c-runtimeobjective-c-category

Read More
iOS framework and Category import...

iosobjective-cobjective-c-category

Read More
Suppress linker warning: "Meta method X in category from Y overrides method from class in Z&quo...

iosobjective-clinkerobjective-c-category

Read More
Invoking Class B's Method B from within Class A's Method A...

objective-cclassmethodsactionobjective-c-category

Read More
Generate random identifier in C Preprocessor to avoid duplicate linker symbols...

objective-ccc-preprocessorobjective-c-category

Read More
Objective-C categories with the same name...

objective-cobjective-c-category

Read More
Can categories be inherited?...

objective-cobjective-c-category

Read More
Subclass communicate with Root Class...

iosdelegatesobjective-c-category

Read More
performSelector in category of superclass fails when calling method available in specific subclass...

iosobjective-cuitextviewnsattributedstringobjective-c-category

Read More
Add ivar and property to class using class extension...

objective-cpropertiesinstance-variablesobjective-c-categoryclass-extensions

Read More
can not receive notification of change, key value observing, KVO model-IOS...

iosobjective-ckey-value-observingobjective-c-category

Read More
How to use an internal method in a Objective-C category?...

iosobjective-cobjective-c-category

Read More
How to Use Objective-C Categories...

iphoneiosobjective-cobjective-c-category

Read More
Why can't I get my category instance method even after calling it?...

objective-cnsattributedstringobjective-c-category

Read More
Is there anything opposite to category of cocoa?...

cocoaobjective-c-category

Read More
Implementing UIAlertView delegate method in a category...

iosobjective-cuialertviewobjective-c-category

Read More
Selector from button created in category calls released method...

iosobjective-cexc-bad-accessobjective-c-category

Read More
Adding ivars to a Category with objc_setAssociatedObject...

objective-ccocoaobjective-c-categoryassociated-object

Read More
declare two property and call objc_setAssociatedObject with same key...

iphoneiosobjective-cobjective-c-category

Read More
BackNext