Post

Replies

Boosts

Views

Activity

Reply to In MacCatalyst,Setting the view size of UIWindow will cause viewDidLayoutSubviews not to be called when UIViewController resizer the edge of the drag window
if #available(macCatalyst 16.0, *) { let geometryPreferences = UIWindowScene.GeometryPreferences.Mac(systemFrame: frame) windowScene.requestGeometryUpdate(geometryPreferences) { error in } } A solution has been found
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to Get many crashes on iOS16 beta4 due to "Cannot form weak reference to instance of class _UIRemoteInputViewController. It is possible that this object was over-released, or is in the process of deallocation."
I also had the same problem, and found that when using a third-party keyboard for memos, I dropped the keyboard first, and double-clicked the memo interface also crashed
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’22