Skip to content

MaxGabriel/StoryboardSupport

Repository files navigation

#StoryboardSupport

Installation

###CocoaPods

CocoaPods is the recommended installation method. By using CocoaPods, you can automatically get updates to StoryboardSupport.

  1. Install CocoaPods. From the Terminal:
gem install cocoapods
pod setup

If the first command fails, you may need to do sudo gem install cocoapods

  1. In Terminal, navigate to the directory where your Xcode Project is, make a file with no extension named Podfile
touch Podfile
  1. Copy this into the Podfile:
platform :ios, '5.0'
pod 'StoryboardSupport'
  1. Close your Xcode Project, if it's open.
  2. Run pod install
  3. Henceforth, open the .xcworkspace file.

###Drag-n-Drop

Download the project. Open the StoryboardSupport folder. Drag the contents of the Classes folder into your project.

About

Utilities to make prototyping with Storyboards easier, created for designers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published