Post

Replies

Boosts

Views

Activity

Reply to iOS 15 More Tab Crash
I solved this by explicitly removing the child view controllers before deallocating the UITabBarController: window.rootViewController?.children.forEach { $0.removeFromParent() } window.rootViewController = MyNewRootView()
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’22