Search code examples
how to release copy property added using category in objective C?...

memory-managementretainobjective-c-category

Read More
Extend iTunesApplication class with Categories...

objective-cxcodeobjective-c-runtimescripting-bridgeobjective-c-category

Read More
get frame of a view after use mas_makeConstraints...

iosdebuggingmasonryobjective-c-category

Read More
Prevent custom class from being altered by a category...

iosobjective-cobjective-c-category

Read More
How to call original implementation when overwriting a method with a category?...

iosobjective-cobjective-c-categoryswizzlingmethod-swizzling

Read More
How Do I Know Which Methods to Override When Writing an Objective-C Category?...

objective-ciphoneoverridingobjective-c-category

Read More
How to access protected variable in Objective-C?...

objective-ciosubclassprotectedobjective-c-category

Read More
How to rewrite description property in NSDictionary by extension in swift?...

swiftobjective-c-categoryswift-extensions

Read More
multiple UIImage+ImageEffects files in one project...

iosobjective-cobjective-c-category

Read More
When to use categories and when to use subclassing?...

objective-cinheritancesubclassobjective-c-category

Read More
Category is implementing a method which will also be implemented by its primary class ?...

iosobjective-cobjective-c-category

Read More
String isNullOrEmpty as a category...

iphoneobjective-ciosnullobjective-c-category

Read More
NSManagedObject subclass property in category...

ioscore-dataobjective-c-category

Read More
Creating a category for classes that implement a specific protocol in Objective-C?...

objective-cobjective-c-categoryobjective-c-protocol

Read More
UIImage+ResizeMagick | NSInvalidArgumentException | iOS | Swift...

iosuiimageobjective-c-category

Read More
Properties defined in category not found in original class...

objective-ccompiler-warningsobjective-c-categorydeclared-property

Read More
How to access user input from UIAlertView completion block without delegation?...

ios6uitextfielduialertviewobjective-c-blocksobjective-c-category

Read More
How method calls are resolved by argument in category classes in Objective C?...

iosobjective-cooppolymorphismobjective-c-category

Read More
Extending UIRefreshControl with block in a category...

iosobjective-cobjective-c-blocksobjective-c-category

Read More
Swizzle a class without an instance of it...

iosobjective-cobjective-c-categoryswizzling

Read More
Difference between Associate Objects vs Properties vs Instance Variable...

iosobjective-cmacosobjective-c-runtimeobjective-c-category

Read More
Calling method from category gives "Unrecognised selector error" in iOS 7.1, but in 8.4 it...

iosobjective-cobjective-c-category

Read More
Call precedence for method overridden in category and again in subclass...

objective-cinheritanceobjective-c-category

Read More
Observe and remove an NSNotification within a category before dealloc...

iosobjective-cnsnotificationcenternsnotificationsobjective-c-category

Read More
How can I declare a private property within a named category?...

objective-cpropertiesprivateobjective-c-categoryassociated-object

Read More
categories vs utility classes in iOS...

iosobjective-cobjective-c-category

Read More
Categories in Objective C not working...

iosobjective-c-categorynssetcoreparse

Read More
TapGesture added to UIView+SomeCategory. How can I use this UIView that is added to my UIViewControl...

iosobjective-cuiviewuiviewcontrollerobjective-c-category

Read More
What is the benefit of using associated objects vs static object defined in the category implementat...

objective-cpropertiesruntimeobjective-c-categoryassociated-object

Read More
How to connect an IBOutlet to the storyboard from a class category...

iosobjective-cstoryboardobjective-c-category

Read More
BackNext