Skip to content

orarbel/animation-demo-ui-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Carthage compatible

Animation UI Kit

Animation UI Kit was designed by [email protected].

CocoaPods installation

  1. In your podfile add

    pod 'Animation-UI-Kit', :git => 'https://github.com/orarbel/animation-demo-ui-kit.git'

  2. On the terminal, in your project folder, run pod install

Usage

APAnimationManager Gives you an easy access to the storyboard. Here's an easy way to start:

On application:didFinishLaunchingWithOptions: use this to start with Animation UI Kit:

``` import Animation-UI-Kit ``` ``` APAnimationManager.shared().theme?.apply(); self.window?.rootViewController = APAnimationManager.shared().initialVC(); ```

``` #import ``` ``` [[APAnimationManager shared].theme apply]; [self.window setRootViewController:[[APAnimationManager shared] initialVC]]; ```

About

UI Code for Animation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published