Search code examples
Objective-C ARC Strong and Weak references "object will be released after assignment" warn...


objective-cautomatic-ref-countingobjective-c-runtime

Read More
Create UIApplicationDelegate class at runtime...


iosobjective-cobjective-c-runtime

Read More
Obtain list of class methods for an arbitrary class...


objective-ccocoaobjective-c-runtime

Read More
Does `isa` pointer carry other message about an instantiation in Objective-C?...


iosobjective-cobjective-c-runtime

Read More
Is there any way to cast void* to SEL...


objective-cobjective-c-runtime

Read More
How to access Objective-C class properties in runtime?...


objective-cllvm-clangobjective-c-runtime

Read More
Method swizzling for property in swift...


iosswiftselectorobjective-c-runtimemethod-swizzling

Read More
What is `objc_msgSend_fixup`, exactly?...


objective-cassemblysegmentation-faultobjective-c-runtime

Read More
Objective-C Runtime changing readonly property of initialized object...


iosobjective-cruntimeobjective-c-runtime

Read More
What is the difference between declaring a protocol @objc and having it conform to NSObjectProtocol ...


objective-cswiftnsobjectobjective-c-runtimeswift-protocols

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


iosobjective-cobjective-c-runtimemethod-swizzling

Read More
Adding Realm objc files inside own static framework...


iosobjective-cframeworksrealmobjective-c-runtime

Read More
Set limit to UITextField in ObjectiveC...


iosxcodeobjective-c-runtime

Read More
@try@catch block not catching inside exception...


iosobjective-cobjective-c-blocksobjective-c-runtime

Read More
is method_setImplementation() atomic?...


iosobjective-cobjective-c-runtimemethod-swizzling

Read More
TyphoonAssembly not assembling Objects provided as @Property...


iosobjective-cobjective-c-runtimetyphoon

Read More
If object from UIViewController how get only the names of custom properties that I created (in run t...


iosobjective-cuicollectionviewprotocolsobjective-c-runtime

Read More
Intercept Objective-C delegate messages within a subclass...


iosobjective-cobjective-c-runtime

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


objective-cobjective-c-blocksobjective-c-runtime

Read More
Extend iTunesApplication class with Categories...


objective-cxcodeobjective-c-runtimescripting-bridgeobjective-c-category

Read More
Get method arguments' class in Objective-C...


objective-ciosobjective-c-runtime

Read More
How to correctly swizzle with method_setImplementation()?...


objective-cobjective-c-runtimemethod-swizzling

Read More
Proper way of method swizzling in objective-C...


objective-cobjective-c-runtimeswizzlingmethod-swizzling

Read More
Convert IMP to a func in Swift...


iosswiftobjective-c-runtime

Read More
When using Objection, implementation of custom protocol crashes with unrecognized selector...


objective-cobjective-c-runtime

Read More
Is it possible to get notified when a new class is added to the runtime? (Objective C)...


iosobjective-cobjective-c-runtime

Read More
Using Objective-C Metadata to Generate Class Dependency Graph...


objective-cobjective-c-runtimemach-o

Read More
Changed +load method order in Xcode 7...


iosobjective-cunit-testingxcode7objective-c-runtime

Read More
What does class_addIvar's alignment do in Objective-C?...


objective-cobjective-c-runtime

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


objective-ccpointersstructobjective-c-runtime

Read More
BackNext