I've been invited to join a developer team. As part of the process I have to create an Apple Id. However, I am unable to create it?
Post
Replies
Boosts
Views
Activity
I have a UIViewController that presents a UIPrintInteractionController when a user selects the print button on the UI. The problem is starting in iOS 18 (currently using beta 7) when the print controller is presented the UIViewController's viewWillAppear() is being called. This did not happen in earlier iOS releases and is causing unwanted behavior in the app. Is this a bug or will this be the behavior going forward?