import Instantiatable
final class MyViewController: UIViewController, InstantiatableFromStoryboard {}
let controller = MyViewController.instantiate() // Load from Storyboard
可安装通过CocoaPods获取。要安装它,只需将以下行添加到Podfile中
pod "Instantiatable"
muukii,[email protected]
可安装可在MIT许可证下使用。更多信息请参阅LICENSE文件。