You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xcode 9 added color sets to asset catalogs.
It can be used in the Interface Builder and programmatically via
"UIColor(named:)".
This commit adds the official Nord asset catalog that can be dragged and
dropped into projects
GH-2
Nord XCode provides a [asset catalog][asset-catalog] color set which can be used as named colors in the [Interface Builder][interface-builder] and programmatically via `UIColor(named:)`.
56
+
57
+
Install it by [adding the][add-folder-to-project][nord.xcassets][nord-xcassets][folder to the project][add-folder-to-project].
58
+
59
+
<palign="center"><strong>Usage with the Interface Builder</strong><br><imgsrc="https://raw.githubusercontent.com/arcticicestudio/nord-xcode/develop/assets/scrot-asset-catalog-color-set-interface-builder.png"/></p>
60
+
61
+
For more information please read the official documentation section on how to [create a color set to use in Interface Builder][asset-catalog-creation].
62
+
63
+
<palign="center"><strong>Asset Catalog - Color Set</strong><br><imgsrc="https://raw.githubusercontent.com/arcticicestudio/nord-xcode/develop/assets/scrot-asset-catalog-color-set.png"/><br><imgsrc="https://raw.githubusercontent.com/arcticicestudio/nord-xcode/develop/assets/scrot-asset-catalog-color-set-selected.png"/><br><imgsrc="https://raw.githubusercontent.com/arcticicestudio/nord-xcode/develop/assets/scrcast-assets-catalog-color-set.gif"/></p>
0 commit comments