AKUStoryboardEntry
AKUStoryboardEntry is a Library to help to load a ViewController from storyboard.
Installation
pod 'AKUStoryboardEntry'Usage
Pretty simple!
- Please make a class that inherits from
AKUStoryboardEntry - Please override to return the name of the storyboard
storyboardName
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
License
MIT