Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c-category

Objective-C releasing a property declared in a category?

Objective-C category is not loaded - How to debug this

Suppress linker warning: "Meta method X in category from Y overrides method from class in Z"

Swift extensions that apply only when you import them

Private methods in a Category, using an anonymous category

How does objc_setAssociatedObject work? [duplicate]

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

Swift Extension Not working

CocoaPods UIImageView+AFNetworking.h unrecognized selector setImageWithURLRequest

Is it safe to override a Category-defined method in Objective-C? [duplicate]

iOS framework and Category import

What's wrong with using a category on NSObject to provide a default protocol implementation?

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

NSObject's category is available for every NSObject subclass even without any import of this category's .h file anywhere

How to Use Objective-C Categories

iOS 5: Make NSString Category include NSCFConstantString?

How can I declare a private property within a named category?

Facebook iOS SDK 3.2.1 - [NSError fberrorShouldNotifyUser]: unrecognized selector sent to instance

Can category methods be overridden? IOS

Using NSDate category with Swift 3 Date type