Hamna Usmani
Hamna Usmani
Fixed this issue by using new TabBar properties for iOS 13. ``` let appearance = UITabBarAppearance() appearance.stackedItemPositioning = .centered appearance.stackedLayoutAppearance.normal.titleTextAttributes = normalAttribute appearance.stackedLayoutAppearance.selected.titleTextAttributes = selectedAttribute tabBar.standardAppearance = appearance ```
Same here as well. Waiting for feedback!
Hello @torrao, I am using latest version and also experiencing this crash. Just like in the issue stated, crash in my app was for iPad (6th generation) as well.
Any update?
@torrao Any feedback please?
Hello @piv199, Were you able to find a solution to resolve this crash?
Hi, Were you able to resolve this issue?