Skip to content

Instantly share code, notes, and snippets.

@zenangst
Created February 13, 2018 20:10
Show Gist options
  • Save zenangst/82fc901c20e7af769a6680c01d50404e to your computer and use it in GitHub Desktop.
Save zenangst/82fc901c20e7af769a6680c01d50404e to your computer and use it in GitHub Desktop.
Why I wrote Family framework - Example 1
let familyController = FamilyViewController()
let viewController = UIViewController()
familyController.addChildViewController(viewController)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment