/sketch-resizable-symbols-for-responsive-interfaces-ui-kit

UI Code for Sketch Resizable Symbols for Responsive Interfaces

Primary LanguageObjective-C

Carthage compatible

SketchResizableSymbolsforResponsiveInterfaces UI Kit

SketchResizableSymbolsforResponsiveInterfaces UI Kit was designed by czaralves@gmail.com.

CocoaPods installation

  1. In your podfile add

    pod 'SketchResizableSymbolsforResponsiveInterfacesUIKit', :git => 'https://github.com/czaralves/sketch-resizable-symbols-for-responsive-interfaces-ui-kit.git'

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

Usage

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

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

``` import SketchResizableSymbolsforResponsiveInterfacesUIKit ``` ``` APSketchResizableSymbolsforResponsiveInterfacesManager.shared().theme?.apply(); self.window?.rootViewController = APSketchResizableSymbolsforResponsiveInterfacesManager.shared().initialVC(); ```

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