python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
objc_copyClassList not even enumerable anymore?
This is a derivative of this and this.
On iOS 15, if I just try to fetch and enumerate the classes of the objc runtime, waiting until viewDidAppear to make sure there wasn't some initialization issue:...

Travis Griggs
Votes: 0
Answers: 1
what will I get when I use mallco Scribble with Xcode
When I checked the mallco Scribble, and run my code:
__unsafe_unretained UIView *view;
{
view = [[UIView alloc] init];
}
[view setNeedsLayout];
mallco Scribble
I got this error:...
Wang.Ying
Votes: 0
Answers: 0
How can I deduce from NSMethodSignature that a struct argument is passed by pointer?
How can I deduce from NSMethodSignature that a struct argument is passed by pointer to the stack?
Specifically on ARM.
For example if I have:
@protocol TestProtocol <NSObject>
- (void)time:(CMTi...

Artium
Votes: 0
Answers: 0
Method swizzling not woking in Cocoa pod
I'm developing a pod which should use method swizzling at some point and I have a problem to call swizzled method when calling original one.
I checked my swizzling in the simple POC (to be sure my swi...

zhanch
Votes: 0
Answers: 1