Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. let flightInfo = TextView()
  2. flightInfo.headerText = "Hi, Peter"
  3. flightInfo.headerBackground = NSImage(named: "nyc_skyline")!
  4. flightInfo.bodyText =
  5. String("Your flight to New York City is on time.\n\n\n",
  6. fontSize: .large)
  7. + String("Boarding starts in 45 minutes at gate 56A.",
  8. fontSize: .medium)
  9.  
  10. mirrorClient.layout = .rightPane
  11. mirrorClient.when(.near).show(flightInfo)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement