Created
September 1, 2018 06:06
-
-
Save rockname/dcd95a38a8f2dbb5cd0c9ed083ea82f3 to your computer and use it in GitHub Desktop.
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
| func display(device: Device, orientation: Orientation, language: Language) { | |
| let vc = R.storyboard.twitter.instantiateInitialViewController()! | |
| let (parent, _) = playgroundControllers(device: device, orientation: .portrait, child: vc) | |
| AppEnvironment.language = language | |
| PlaygroundPage.current.liveView = parent | |
| vc.load(statuses) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment