CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | Sep 2016 |
| SPMSupports SPM | ✓ |
import Instantiatable
final class MyViewController: UIViewController, InstantiatableFromStoryboard {}let controller = MyViewController.instantiate() // Load from StoryboardInstantiatable 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.