Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c-runtime

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?

Why the objc runtime function `class_addMethod()` adds the implementation as instance and class method when the target class is `NSObject`?

How can one obtain the sizeof a type for which one has an encoding?

What does class_getClassVariable() do?

Swift closure as AnyObject

Why do protocol_* methods do not work with Clang + modern GCC-Runtime on Linux?

Is there any way to list all swizzled methods in an iOS app?

object_setClass to bigger class

Swift isa pointer remapping or other supported method swizzling

Objective-C Reflection for generic NSCoding implementation

How are the digits in ObjC method type encoding calculated?

Objective-C macro to detect if variable is primitive

Why can't we use C-strings as SELs?

object_getInstanceVariable works for float, int, bool, but not for double?