Showing posts with label color picker. Show all posts
Showing posts with label color picker. Show all posts

Friday, June 3, 2016

Color Picker in Xcode?

This blog is normally dedicated to Swift but I wanted to create a quick post for all my friends that use Xcode and didn't know about the built-in color picker and color saver.
(Not sure if it is really called a "color saver". I just made that up! :D)

Where is it?

You want to click on the left side of the color selector:

This will bring up the color selector:
From here you can click on the eye dropper tool, pick a color and then you can save that color by dragging the color from the big square to one of the smaller squares.

Note: The colors in the color saver/color manager persist across all projects.
(Xcode 7.3)

SwiftUI Search & Filter with Combine - Part 3 (iOS, Xcode 13, SwiftUI, 2...

In part 3 of the Searchable video series, I show you how to use Combine in #SwiftUI for the search and filter logic connected to the searcha...