I am engaged on a big utility, and the designers have proposed a brand new search for the tab bar.
The app has been in growth for 14 years, and whereas many views are actually in SwiftUI, navigation between screens remains to be dealt with in UIKit, since most screens are nonetheless UIKit-based. At present, we’re utilizing the native UIKit TabBar.
I will test if it is potential to customise the looks of the native TabBar. Nevertheless, I do not forget that over 10 years in the past, after I modified the peak of the TabBar, the app was rejected throughout evaluate for not complying with Apple’s Human Interface Pointers.
It appeared one thing like this:
An app rejection associated to a tab bar’s peak replace in Swift, doubtless
resulting from not adhering to Apple’s Human Interface Pointers, may be
addressed by making certain the tab bar’s peak stays on the default 49
factors and avoiding any modifications that do not align with the HIG,
in line with Apple’s documentation.
How does it look these days? Has anybody right here submitted an app to the shop with a closely personalized TabBar peak and had it permitted?
In UIKit, I see it is potential to do one thing like this:
Would one thing like this move app evaluate with out points?
Have you learnt of any apps which have a non-standard, considerably elevated TabBar peak?