Post

Replies

Boosts

Views

Activity

Comment on [WindowHosting] UIScene property of UINSSceneViewController was accessed before it was set. What does this mean?
@JbXyz: It would take too much space and time to provide program listings, but the basics are this: In Info.plist you enable multiple windows via Enable Multiple Windows, provde a Scene Configuration in Application Scene Manifest Application/Session Role describing the Configuration Name and Delegate Class Name of the scene/window you want to use. You then configure and instantiate the scene at the appropriate time (such as a button press) in your program.
Aug ’24
Comment on Xcode 14: [Assert] UINavigationBar decoded as unlocked for UINavigationController
Unfortunately I don't think you can view anyone else's feedback/bug reports except your own. Apple used to make filed bug reports available to all developers but stopped doing that for some reason. Seems kind of unproductive to me as no one can tell whether issues are being addressed or if you're about to file a duplicate report. I've had the same issue as OP (iOS16 only) but I haven't bothered to file a feedback since none of my other feedbacks have been answered.
Oct ’23
Comment on Mac Catalyst and NSToolbar
Thank you for your confirmation and suggestion. Apple has not responded yet. I'm pretty new to Catalyst and I was hoping there would be a simple fix. I've looked high and low on a way to implement your suggestion but it still eludes me. I've tried moving the delegation around too. It also looks The code for this tutorial is somewhat complex so if you can provide any actual coding to make it work I would be most appreciative!
May ’23