css-design-system/ ├── css/ │ ├── tokens.css # Design tokens │ ├── themes.css # Light/dark theme (data-theme) │ ├── grid.css # Grid system │ ├── utilities.css # Utility classes │ ├── typography.css # ...
Create a new UITabBarController in your storyboard or nib. Set the class of the UITabBarController to RAMAnimatedTabBarController in your Storyboard or nib. For each UITabBarItem, set the class to ...