Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c-runtime

What is `objc_msgSend_fixup`, exactly?

Using class_getInstanceMethod - where is the method implemented in the class hierarchy?

How do I return a struct value from a runtime-defined class method under ARC?

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

Is there any problem using self.property = nil in dealloc?

Objective-C associated objects leaking under ARC

Storing things in isa

Using instance variables with Modern Runtime

Deploying to OS X 10.6 and "-fobj-arc is not supported on platforms using the legacy runtime"

Getting list of class methods

C As Principal Class Or; A Cocoa App Without ObjC

Set limit to UITextField in ObjectiveC

How can I create a block that 'wraps' a target/selector pair?

iOS / Objective-C: Correct Way of Obtaining Meta Class Object

What is the best way to avoid duplicate symbols in project that will use my iOS framework and one of the dependencies?

Method cannot be marked @objc because its result type cannot be represented in Objective-C

Method swizzling for property in swift

Objective-C: What is a lazy class?

How does the Objective-C runtime retrieve the list of classes and methods?