Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c-runtime

Why does ARC cause EXC_BAD_ACCESS when swizzling functions using class_replaceMethod from objc runtime library?

why methodLists is a pointer to pointer in objc_class

How to create a protocol at runtime in Objective-C?

Obtaining class of returned object in Objective-C

KVO not working for `UIView.bounds` keypath when view resizing happens due to `autoresizingmask`

Alternative ways to use objc_msgSend without a cast with the new runtime

Error compiling with ARC when runtime programming dynamic method

Objective-C: Forward most messages to another object (at runtime)

In Objective C, how to obtain the metaclass object?

What's happening under the hood with [ClassName class]?

How to get a selector of a class method?

iOS / Objective-C Meta Class and Category

Is it possible to add a category to an Objective-C meta-class?

How can a copy of an instance of an object be made for a class which does not adopt NSCopying?

Strange "selector mangling" in Objective-C method with Boolean arguments

Is it ok to use a non-id pointer as value in objc_SetAssociatedObject?

`objc_autoreleasePoolPush()` and `objc_autoreleasePoolPop()` functions and `@autoreleasepool` blocks

Blocks and messaging

How does the NSBundle's -load method register classes and other runtime resources with the Objective-C runtime?