Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save harrysummers/a5d7c503ef04bba329f8c99ba6b5ccdc to your computer and use it in GitHub Desktop.

Select an option

Save harrysummers/a5d7c503ef04bba329f8c99ba6b5ccdc to your computer and use it in GitHub Desktop.
View controller property in UIView
weak var viewController: UIViewController? {
didSet {
setupViewController()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment