Skip to content

Instantly share code, notes, and snippets.

@zenangst
Created February 13, 2018 20:10
Show Gist options
  • Select an option

  • Save zenangst/38cf3e82724f84faa624514b7078a433 to your computer and use it in GitHub Desktop.

Select an option

Save zenangst/38cf3e82724f84faa624514b7078a433 to your computer and use it in GitHub Desktop.
Why I wrote Family framework - Example 2
let familyController = FamilyViewController()
let viewController = UIViewController()
familyController.addChildViewController(viewController, height: 175)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment