Questo è un Area giochi di Xcode. Questo è importante perché è l'unico posto (con le impostazioni predefinite) che è possibile visualizzare questi colori.
EDIT (23 giugno 2016) : dopo aver esaminato il materiale WWDC sulle nuove funzionalità di Xcode, sono supportate anche le immagini. Questo viene fatto tramite image literals
.
Questo è preso da Apple Aiuto per i giochi :
- Open the source editor for the playground page that will contain the literal.
- Place the insertion point at the location in the code for the
UIColor
or NSColor
.
- Choose
Editor > Insert Color Literal
.
A color literal is added at the insertion point, and the color picker opens. The screenshot shows the color literal just inserted for the tintColor property of imageView.
Use the color picker to choose a different color for the inserted literal. In the figure below, imageView.tintColor
has been changed to Aqua, which updates the color of the resulting image.