How to install Ramotion/animated-tab-bar. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
Ramotion/animated-tab-bar Installation Guide
How to install Ramotion/animated-tab-bar. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for Ramotion/animated-tab-bar. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i Ramotion/animated-tab-baror
Install via npx
npx @hexmos/ipm i Ramotion/animated-tab-barPrerequisites
iOS 9.0+
osXcode 10.2
build_toolCocoaPods
package_managerVersion: 2.0.0
Carthage
package_managerVersion: 1.9.0
Swift 4.0
languageManual Installation Methods
Manual installation instructions. How to install from GitHub source.
CocoaPods, Carthage, Swift Package Manager
Add the RAMAnimatedTabBarController folder to your project.
pod 'RAMAnimatedTabBarController'Storyboard/Nib Setup
Open Xcode and 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 RAMAnimatedTabBarItem.
Add a custom image icon for each RAMAnimatedTabBarItemAnimation Setup
Connect the outlet animation in RAMAnimatedTabBarItem to your ANIMATION_CLASS
Add a custom image icon for each RAMAnimatedTabBarItemPost Installation Steps
- 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 RAMAnimatedTabBarItem.
- Add a custom image icon for each RAMAnimatedTabBarItem
- Add animation for each RAMAnimatedTabBarItem: drag and drop an NSObject item into your ViewController, set its class to ANIMATION_CLASS (where ANIMATION_CLASS is the class name of the animation you want to use), connect the outlet animation in RAMAnimatedTabBarItem to your ANIMATION_CLASS. [Demonstration video for step 5](http://vimeo.com/112390386)
- Run the app on a simulator or device.
