Post

Replies

Boosts

Views

Activity

Comment on How to define a Class instance type conforming to a protocol?
Please read the question carefully. I'm not asking how to check for conformance, it's literally in the sample code.
Topic: Programming Languages SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’23
Comment on Is special meaning of C statements inside of Objective-C class sections documented anywhere?
Does it mean, that we cannot reliably say this features will hold in future releases, and this is rather implementation-dependent detail?
Replies
Boosts
Views
Activity
Sep ’22
Comment on Why does modern Xcode generate projects with UIApplicationMain outside of autorelease pool?
Why was it implemented with UIApplicationMain wrapped with a @autorelease in the first place then? Also, does it mean that the UI thread is no longer wrapped with an @autorelease pool? Shouldn't Cocoa framework now trigger errors if the autorelease method is used inside of UI thread?
Replies
Boosts
Views
Activity
Aug ’22