Post

Replies

Boosts

Views

Activity

Comment on Critical Issue in iOS 18 Beta: UITabBarController Child View Controller Incorrectly Added as UITabBarItem, Leading to Application Crash
I’ve tried placing the child view controller "in a parent above the UITabBarController (as a sibling)" by embedding the tab bar in a nav controller. This works, but I’m unsure of its impact on my app. Is this the correct approach? Also, why does adding a child VC to the tab bar controller now cause issues in iOS 18, and why didn't this happen in previous versions?
Aug ’24
Comment on Critical Issue in iOS 18 Beta: UITabBarController Child View Controller Incorrectly Added as UITabBarItem, Leading to Application Crash
Thank you for your feedback. This issue has not occurred in previous iOS versions before iOS 18, so this change is unexpected. Placing the child view controller within each tab’s view controller is not feasible for my project’s architecture. Could you please clarify how placing the child view controller "in a parent above the UITabBarController (as a sibling)" would work in resolving this issue? I appreciate your insights.
Aug ’24