Created
February 13, 2018 20:10
-
-
Save zenangst/38cf3e82724f84faa624514b7078a433 to your computer and use it in GitHub Desktop.
Why I wrote Family framework - Example 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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