Skip to content

Instantly share code, notes, and snippets.

@zenangst
Created February 13, 2018 20:11
Show Gist options
  • Save zenangst/4fd9e6373ae643752806a1af386fbfb5 to your computer and use it in GitHub Desktop.
Save zenangst/4fd9e6373ae643752806a1af386fbfb5 to your computer and use it in GitHub Desktop.
Why I wrote Family framework - Example 3
let familyController = FamilyViewController()
let customController = CustomViewController()
familyController.addChildViewController(customController, view: { $0.scrollView })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment