AKUStoryboardEntry
AKUStoryboardEntry是一个用于帮助从Storyboard中加载ViewController的库。
安装
pod 'AKUStoryboardEntry'
使用方法
非常简单!
- 请创建一个继承自
AKUStoryboardEntry
的类 - 请重写以返回Storyboard的名称
storyboardName
贡献
- 将其Fork
- 创建您的特性分支:
git checkout -b my-new-feature
- 提交您的更改:
git commit -am '添加一些特性'
- 将分支推送到远程:
git push origin my-new-feature
- 提交一个Pull Request :D
许可证
MIT