Last active
March 29, 2017 09:14
-
-
Save heypiotr/1063f4aec3bdc0a5da59c734dc50e2e3 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
| 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