TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Sep 2016 |
SPMSupports SPM | ✓ |
import Instantiatable
final class MyViewController: UIViewController, InstantiatableFromStoryboard {}
let controller = MyViewController.instantiate() // Load from Storyboard
Instantiatable is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "Instantiatable"
muukii, [email protected]
Instantiatable is available under the MIT license. See the LICENSE file for more info.