Skip to content

Instantly share code, notes, and snippets.

@srdanrasic
Last active February 10, 2018 14:59
Show Gist options
  • Save srdanrasic/484bfcc661733941ce50bc56408e8d2e to your computer and use it in GitHub Desktop.
Save srdanrasic/484bfcc661733941ce50bc56408e8d2e to your computer and use it in GitHub Desktop.
extension ??? {
func makeViewController() -> ProfileViewController {
let viewController = ProfileViewController()
// ...configure viewController...
return viewController
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment