Created
October 11, 2019 13:35
-
-
Save GemmaDelOlmo/a6370f0fa80e1e90945358e85a0399af to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import Foundation | |
| extension UIViewController { | |
| class func loadFromNib<T: UIViewController>() -> T { | |
| return T(nibName: String(describing: self), bundle: nil) | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment