Skip to content

Instantly share code, notes, and snippets.

@heypiotr
Last active March 29, 2017 09:14
Show Gist options
  • Select an option

  • Save heypiotr/1063f4aec3bdc0a5da59c734dc50e2e3 to your computer and use it in GitHub Desktop.

Select an option

Save heypiotr/1063f4aec3bdc0a5da59c734dc50e2e3 to your computer and use it in GitHub Desktop.
let flightInfo = TextView()
flightInfo.headerText = "Hi, Peter"
flightInfo.headerBackground = NSImage(named: "nyc_skyline")!
flightInfo.bodyText =
FormattedString("Your flight to New York City is on time.\n\n\n", fontSize: .large)
+ FormattedString("Boarding starts in 45 minutes at gate 56A.", fontSize: .medium)
mirrorClient.layout = .rightPane
mirrorClient.when(.near).show(flightInfo)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment