Created
June 12, 2017 11:20
-
-
Save heypiotr/ae2cb48a63352061d8c74c948fbf0a3c 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 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