Post

Replies

Boosts

Views

Activity

Reply to UITabBarController render glitch since iOS18 beta 1 & 2 when activating tabs.
Here is a workaround/solution which works in beta 1 to 3: Embed each UITableViewController in its own UINavigationController instead of assigning it directly to a tab. Make the UITableVIewController the rootViewController of the UINavigationController and assign the UINavigationController as the viewController to the tab. This gets rid of the 'move down' glitch, so possibly the new UITabBarController assumes the usage of UINavigationControllers in the tabs.
Jul ’24