Search code examples
iOS: Creating a method that can be used by different objects?...


iosobjective-csubclassclass-methodobjective-c-category

Read More
Difference between self and [self class] in Category?...


iosobjective-c-category

Read More
How to override a function that is part of a category's original class?...


objective-cpolymorphismoverridingobjective-c-categoryclass-hierarchy

Read More
Can Objective-C protocols and categories be inherited?...


iphoneobjective-ciosprotocolsobjective-c-category

Read More
How to point allocWithZone: to a subclass under ARC (NOT a singleton!)...


iosobjective-csubclassobjective-c-category

Read More
How to change readonly property in category in objective-c...


iosobjective-cobjective-c-category

Read More
Subclassing UIView and adding a property...


iosobjective-cuiviewsubclassobjective-c-category

Read More
iOS: Is there a way to get the backgroundColor of every element in a view?...


iosobjective-crecursionsubclassobjective-c-category

Read More
What is the point of loading an Objective C category at runtime?...


objective-cruntimeobjective-c-categorymemory-efficient

Read More
Objective-C: Make private property public with Objective-C category...


objective-cobjective-c-category

Read More
Override a method using a category, when that method was already defined in a category...


objective-cmethodsoverridingobjective-c-category

Read More
How to create a category with a property for NSNumber objects...


iosobjective-c64-bitnsnumberobjective-c-category

Read More
Add category to UITextView and Override it's init function while UITextView is in xib...


iosobjective-cuitextviewxibobjective-c-category

Read More
How does a category run when its not imported in Objective-C?...


objective-ccocoa-touchoverridingobjective-c-category

Read More
No warning in Xcode on header file including itself...


iosobjective-cxcodeobjective-c-category

Read More
Ambiguity in the way the Category methods are written to Extend the NSDictionary...


iosobjective-cobjective-c-category

Read More
What does this mean in Objective-C...


iosobjective-cimplementationobjective-c-category

Read More
Dynamically call a method from another class in Objective C...


objective-cobjective-c-category

Read More
Objective-C: Does adding a Category, that implements a Protocol, to an existing Class, make Objects ...


objective-cobjective-c-category

Read More
calling a delegate before assigning text to UILabel text property...


uiviewdelegatesnsstringobjective-c-category

Read More
Method in class category works not as instance method...


iosobjective-c-category

Read More
How can I access the object on which a category method was called?...


iosobjective-cobjective-c-category

Read More
Is it possible to overwrite a category method in a category of the subclass?...


objective-coverridingobjective-c-category

Read More
Call Category's un-overridden method...


objective-coverridingobjective-c-category

Read More
Declaration of variables in the class extension (anonymous category) vs Implementation...


iosobjective-cobjective-c-category

Read More
Core Data sync via extending insertNewObjectForEntityForName and save with categories?...


restcore-databackendobjective-c-category

Read More
Grouping methods into categories Objective-C...


iosobjective-cobjective-c-category

Read More
Add rounded corners to all UIImageViews...


iossubclasscode-reuseobjective-c-category

Read More
Accessing a property defined in the class extension from a category, in Objective-C: is it possible?...


objective-cpropertiesobjective-c-categoryclass-extensions

Read More
How to avoid subclass inadvertently overriding superclass private method...


objective-cobjective-c-categoryclass-extensions

Read More
BackNext