logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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-bar
or

Install via npx

npx @hexmos/ipm i Ramotion/animated-tab-bar

Prerequisites

iOS 9.0+

os

Xcode 10.2

build_tool

CocoaPods

package_manager

Version: 2.0.0

Carthage

package_manager

Version: 1.9.0

Swift 4.0

language

Manual 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 RAMAnimatedTabBarItem

Animation Setup

Connect the outlet animation in RAMAnimatedTabBarItem to your ANIMATION_CLASS

Add a custom image icon for each RAMAnimatedTabBarItem

Post 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.