Skip to content

Instantly share code, notes, and snippets.

@GemmaDelOlmo
Created October 11, 2019 13:35
Show Gist options
  • Select an option

  • Save GemmaDelOlmo/a6370f0fa80e1e90945358e85a0399af to your computer and use it in GitHub Desktop.

Select an option

Save GemmaDelOlmo/a6370f0fa80e1e90945358e85a0399af to your computer and use it in GitHub Desktop.
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