Post

Replies

Boosts

Views

Activity

Comment on iOS 15 More Tab Crash
I was able to figure out that this has to do with changing the view controllers of a navigation controller within an animation block. If you set them directly, then the crash will happen, but if you use other APIs like push or dismiss, then it doesn't crash.
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’21
Comment on iOS 15 More Tab Crash
Actually, ignore that last part. My current fix is that you need to call layoutIfNeeded on the navigation controller's view after you set the view controllers.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on iOS 15 More Tab Crash
I was able to figure out that this has to do with changing the view controllers of a navigation controller within an animation block. If you set them directly, then the crash will happen, but if you use other APIs like push or dismiss, then it doesn't crash.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’21