##Introduction Provide more convenient function between multiple storyboard of jump in Swift.
##Use
-
For example, if the project has two stroyboard call Main.storyboard and S1.storyboard. Main.storybord has viewcontroller 'ViewController' embed in UINavigationController, a button has text 'goto S1' on the viewcontroller.
-
Create new viewcontroller in Main.storyboard.Then add attribute (Choose added viewcontroller, in Utilities panel -> Identity inspector -> User Defined Runtime Attributes) Key Path: target, Type: String, Value: S1.
-
Refer to the Project 'Example' for details.
##Contact Follow me on Twitter (@MelodicGin) or Weibo (@风微漾gin)
##License
StoryboardWarp is available under the MIT license. See the LICENSE file for more info.