Search code examples
Creat a memory leak with Objective-C and Swift...

iosobjective-cswiftmemory-leaksobjective-c-runtime

Read More
What's a class handler callback in Objective-C runtime?...

objective-cobjective-c-runtime

Read More
How to dynamically add a class method?...

objective-cobjective-c-runtime

Read More
What is the old-style encoding specified in the Objective-C property type?...

objective-cobjective-c-runtime

Read More
Why aren't default parameters for functions respected when called via Selector in Swift?...

swiftobjective-c-runtime

Read More
How to catch Ctrl-C signal inside an Objective-C function?...

objective-cobjective-c-runtime

Read More
KVO Swift: newValue is always nil...

swiftkey-value-observingobjective-c-runtime

Read More
Get property name as a string...

objective-cintrospectionobjective-c-runtimedeclared-property

Read More
iOS: How to loop through objects / properties(Non UI elements) of a class object programmatically...

iosiphoneobjective-cnslogobjective-c-runtime

Read More
could cast objc_msgsend to variable-length arguments function safely...

cobjective-cobjective-c-runtime

Read More
Using NSAutoreleasePool only via Objective-C runtime functions...

objective-cfoundationobjective-c-runtimensautoreleasepool

Read More
Create object of Objective-C class at runtime in Swift, which conforms to Objective-C protocol...

objective-cswiftobjective-c-runtime

Read More
Swift runtime - calling superclass method...

swiftobjective-c-runtime

Read More
Dispatch via vtable is faster than a hash table, but would consume tremendous amounts of memory if u...

iosobjective-cobjective-c-runtime

Read More
What is objc_setAssociatedObject() and in what cases should it be used?...

iphoneobjective-cobjective-c-runtime

Read More
Objective-C Reflection for generic NSCoding implementation...

iphoneobjective-creflectionserializationobjective-c-runtime

Read More
Swift closure as AnyObject...

iosobjective-cswiftobjective-c-runtime

Read More
object_getIvar fails to read the value of BOOL iVar...

iphoneobjective-c-runtime

Read More
LLDB: Disassemble functions at pointer location (Obj-C/macOS)...

objective-cmacosreverse-engineeringlldbobjective-c-runtime

Read More
Workaround to bridge a *generic* protocol to Objective-C?...

swiftobjective-c-runtime

Read More
OC @property with block in category...

objective-cpropertiesobjective-c-blocksobjective-c-runtimeobjective-c-category

Read More
Is NSObject class a part of the Objective-C runtime library today (instead of being a Foundation com...

objective-ccocoafoundationnsobjectobjective-c-runtime

Read More
Leaking C++ shared_ptr in Objective-C Block...

c++objective-cobjective-c-blocksobjective-c++objective-c-runtime

Read More
How do I list all fields of an object in Objective-C?...

objective-cclassintrospectionobjective-c-runtime

Read More
Why does Apple's implementation of KVO use subclassing instead of swizzling?...

objective-ckey-value-observingobjective-c-runtime

Read More
Thread 1: EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0) when calling a function in Objectiv...

objective-ccocoaobjective-c-runtime

Read More
Can I do code injection into apps without jailbreaking my device?...

iosobjective-c-runtime

Read More
What does class_getClassVariable() do?...

objective-cclassmetaclassobjective-c-runtimeclass-variables

Read More
Objective-C runtime crash...

iosobjective-cobjective-c-runtime

Read More
defaultUserNotificationCenter causing 'unrecognized selector' error in C++...

c++objective-cobjective-c-runtimensusernotificationcenter

Read More
BackNext