Last active
March 29, 2017 09:17
-
-
Save heypiotr/5558846caa129fd5ccecfa169df14067 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 sneakersDetails = ImageView() | |
| sneakersDetails.image = NSImage(named: "sneakersDetails")! | |
| sneakersDetails.imagePosition = .left | |
| sneakersDetails.text = | |
| FormattedString("New Sneakers\n", fontSize: .large) | |
| + FormattedString("Meet New Sneakers <...>", fontSize: .medium, fontColor: .gray) | |
| mirrorClient.when(.near).show(sneakersDetails) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment