Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c-runtime

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

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