CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

Instantiatable 0.3.0

Instantiatable 0.3.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Sep 2016
SPMSupports SPM

Maintained by muukii, muukii.



Instantiatable

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, [email protected]

License

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