Search code examples
How to avoid subclass inadvertently overriding superclass private method...

objective-cobjective-c-categoryclass-extensions

Read More
Objective-C Coding Style - Categories instead of Marks?...

objective-ccoding-styleobjective-c-category

Read More
Is it OK to override UIViewController methods on a category on UITableViewController...

objective-cuiviewcontrolleroverridinguitableviewobjective-c-category

Read More
Is there a limit on the amount of categories for an Objective-C Class?...

objective-cclassobjective-c-category

Read More
Can an Objective-C protocol have category?...

objective-cobjective-c-categoryobjective-c-protocol

Read More
Exposing private properties with categories...

objective-cunit-testingobjective-c-category

Read More
Set property in class extension via method in class category...

objective-cobjective-c-category

Read More
Is it possible to initialize a property in a category before any category method is called?...

objective-cobjective-c-category

Read More
Creating a UIBezierPath in UIView Category. not being shown...

iosiphoneobjective-cuibezierpathobjective-c-category

Read More
What is the advantage of "static char const * const" over "static const char" fo...

iosobjective-cobjective-c-category

Read More
Adding a custom category - Obj C...

iosobjective-c-category

Read More
Properties in Categories...

iosobjective-cobjective-c-category

Read More
UINavigationController supportedInterfaceOrientations: category vs swizzle...

iosiphoneobjective-c-category

Read More
iOS category conforms to a protocol with properties: how to implement...

iosobjective-cpropertiesprotocolsobjective-c-category

Read More
Can I use one class category extension .h and .m file for iOS and OSX?...

iosobjective-cmacosobjective-c-category

Read More
Objective-C. Multiple anonymous categories?...

iosobjective-ccategoriesanonymousobjective-c-category

Read More
Why can't categories have instance variables?...

objective-cobjective-c-categoryivar

Read More
How to call a method from outside a @implementation?...

iosobjective-cobjective-c-category

Read More
iOS / Objective-C Meta Class and Category...

iosobjective-cmetaclassobjective-c-runtimeobjective-c-category

Read More
Objective C: allow properties in category via custom root class...

iosobjective-cpropertiesobjective-c-category

Read More
Java Categories like Obj-C?...

javaoopobjective-c-category

Read More
How to hide the UITabBar and show UIToolBar?...

iosios4ios5objective-c-category

Read More
UITextView category inheritance fails to work as expected on iOS7 device...

iosobjective-cuitextviewobjective-c-category

Read More
UIView categories and drop shadow -- being applied twice...

iosobjective-cuiviewcategoriesobjective-c-category

Read More
Implicit conversion of 'BOOL' (aka 'signed char') to 'id' ,objc_setAssociate...

iosobjective-cobjective-c-category

Read More
Objective-C Category Performance...

objective-cperformancedesign-patternscode-organizationobjective-c-category

Read More
Can Xcode tell me if I forget to include a category implementation in my target?...

objective-cxcodelinkerobjective-c-category

Read More
Objective C: how to inherit category methods loaded in a parent class?...

iosobjective-cinheritanceobjective-c-category

Read More
Issues with view hierarchy persistence for associative references...

iosobjective-ccocoa-touchobjective-c-runtimeobjective-c-category

Read More
Core Data: Copying NSManagedObject Using Category...

core-datansmanagedobjectobjective-c-category

Read More
BackNext