Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c-runtime

NSProxy pretending to be Class doesn't handle respondsToSelector in 64-bit runtime

Using dispatch_once in method swizzling

what are class_setIvarLayout and class_getIvarLayout?

How to get runtime Block type metadata in Objective-c?

Method swizzling for "alloc"?

How does objc_setAssociatedObject work? [duplicate]

Swift : Alternative to .classForCoder()

How do I get the int value from object_getIvar(self, myIntVar) as it returns a pointer

Call instance method with objc_msgSend

Create custom dynamic classes in objective-c

why does this code give EXC_BAD_ACCESS (using IMP)

Why can't gcc or clang properly @encode SIMD vector types?

Why is isa field of Objective C object has 1 offset with its class pointer?

Objective-C runtime: What does declaring a variable of type Class (objc_class) conforming to a protocol mean?

In Objective-C, when are metaclass object and class object created?

Associated objects in Swift, does global key actually produce specific instances?

Can class_addMethod in Objective-C work only on a specific instance?

How to allocate a new object without Foundation?

What is the difference between declaring a protocol @objc and having it conform to NSObjectProtocol in pure Swift?

Objective-C Address of property expression