Skip to content

Instantly share code, notes, and snippets.

@rockname
Created September 1, 2018 06:06
Show Gist options
  • Select an option

  • Save rockname/dcd95a38a8f2dbb5cd0c9ed083ea82f3 to your computer and use it in GitHub Desktop.

Select an option

Save rockname/dcd95a38a8f2dbb5cd0c9ed083ea82f3 to your computer and use it in GitHub Desktop.
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