List Question
20 TechQA 2023-12-20T14:16:51.773000How to dynamically set a getter for an Objective-C object property?
49 views
Asked by Isaaс Weisberg
Objective-C ISA pointer on disk vs when object being instantiated
120 views
Asked by Jorayen
Convert CFArray to pointer
74 views
Asked by SabbathEngineer
What's the format for `objc_method_description.types` for swift blocks?
151 views
Asked by Rolf Bjarne Kvinge
Mac dylib and executable problem, help needed
365 views
Asked by Young Shway
OC memory continued to grow after using method swapping(swizzle)
26 views
Asked by Kirin_CN
Handling a third party library in iOS as optional/-weak_framework
43 views
Asked by Srinivas
Mac native function (ObjC / LibC) to call function with arguments
66 views
Asked by Sancarn
Uncaught exception handler on iOS for particular threads
262 views
Asked by nicelylit
KVO-compliant dependent readonly property in category
55 views
Asked by Jan Z.
Is the number before selector name in crash log meaningful to developer?
36 views
Asked by Bill David
@autoreleasepool with no foundation or corefoundation (libobjc only)
158 views
Asked by Jason L.
How arguments are passed in performSelector
69 views
Asked by JIE WANG
Is it possible to get class name when implementing malloc_logger function in iOS?
103 views
Asked by P. Tsin
Why "type check" behaves differently on Swift and Objective-C?
196 views
Asked by JIE WANG
Objective-C: Why two requests of [object copy] return the same result?
66 views
Asked by Bill David
Get the "raw" function parameter, not the value of it
27 views
Asked by Kevin Renskers
Some classes returned by objc_getClassList aren't accessible
354 views
Asked by user1232690
Why native function written in objective C is is not returning anything?
246 views
Asked by Curious_guy