-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
It renders well on iOS 26 or 26.0.1. However, when I open app a lower iOS version, it's transparent and can't interact with items:
Code in implementation:
CNTabBar(
items: [
CNTabBarItem(
icon: CNSymbol('house.fill'),
label: l10n?.home ?? 'Home',
),
CNTabBarItem(
icon: CNSymbol('testtube.2'),
label: l10n?.tests ?? 'Tests',
),
CNTabBarItem(
icon: CNSymbol('chart.xyaxis.line'),
label: l10n?.results ?? 'Results',
),
CNTabBarItem(
icon: CNSymbol('gear'),
label: l10n?.settings ?? 'Settings',
),
],
currentIndex: currentIndex,
onTap: onTap,
)binemmanuel, adrianorios and Ngochiendev
Metadata
Metadata
Assignees
Labels
No labels