Feature Request
After testing the library, I noticed there's currently no way to customize the iOS-native appearance for some adaptive components.
AdaptiveNavigationBar (UITabBar)
- Tint color for selected items (icon + label)
- Tint color for unselected items (icon + label)
AdaptiveTopBar (UINavigationBar)
- Title text color
- Title font / typography
Why
On iOS, these map directly to UITabBarAppearance and UINavigationBarAppearance. Without exposing them, apps that use a custom color scheme can't match their branding on iOS while using these adaptive components.
Feature Request
After testing the library, I noticed there's currently no way to customize the iOS-native appearance for some adaptive components.
AdaptiveNavigationBar (UITabBar)
AdaptiveTopBar (UINavigationBar)
Why
On iOS, these map directly to
UITabBarAppearanceandUINavigationBarAppearance. Without exposing them, apps that use a custom color scheme can't match their branding on iOS while using these adaptive components.