Skip to content

Instantly share code, notes, and snippets.

@heypiotr
Created June 12, 2017 11:20
Show Gist options
  • Select an option

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

Select an option

Save heypiotr/ae2cb48a63352061d8c74c948fbf0a3c to your computer and use it in GitHub Desktop.
let mirrorClient = MirrorClient()
let hello = Poster() { poster
poster.text = "Hello, world!"
poster.image = .preloaded(path: "wave.png")
}
mirrorClient.display(poster, inProximity: .near)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment