Post

Replies

Boosts

Views

Activity

Comment on Xcode 15, how to uncheck "Connect via network" for physical device?
What if Apple "keeps this professional" and does not take such radical decisions that affects hundreds of thousands of people. Loading apps on device and debugging is extremely slow, and I've lost hours of works because of this. Guessing by the comments here, tons of feedback has been received by Apple, even from the beta stage, yet Apple released this crawling Xcode.
Nov ’23
Comment on The File’s Owner object of a NIB file
The explanations are clear, yet the File's Owner's very existence reason is unclear, why does it exist since it's not working ? I have a custom UIView class, MyView, with an IBOutlet member called 'button'. If I set File's Owner as MyView, and the IBOutlet is connected to File's Owners's 'button', I get the error: "this class is not key value coding-compliant for the key button". If I set the nib's top object class as MyView, and the IBOutlet is connected to MyView's 'button', it just works.
Topic: Programming Languages SubTopic: Swift Tags:
Aug ’23