Come vedere i colori in Xcode? [chiuso]

0

Sono interessato a sostituire i colori scritti con la loro rappresentazione reale. L'esempio è mostrato sotto sito web di Apple , e non riesco a trovare un modo per farlo in Xcode. Ho paura che qualcosa di così utile possa essere solo un espediente di marketing.

In caso contrario, come faccio a fare ciò che è a destra di

c.circleColor    = 
c.lineColor      = 

    
posta Wrathbelle 18.06.2016 - 00:20
fonte

1 risposta

3

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 :

  1. Open the source editor for the playground page that will contain the literal.
  2. Place the insertion point at the location in the code for the UIColor or NSColor.
  3. 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. enter image description here 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. enter image description here
    
risposta data 18.06.2016 - 00:59
fonte

Leggi altre domande sui tag