Home

Awesome

Instantiatable

CI Status Version License Platform Carthage compatible

Usage

import Instantiatable

final class MyViewController: UIViewController, InstantiatableFromStoryboard {}
let controller = MyViewController.instantiate() // Load from Storyboard

Requirements

Installation

Instantiatable is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "Instantiatable"

Author

muukii, m@muukii.me

License

Instantiatable is available under the MIT license. See the LICENSE file for more info.