NBAColors

0.1.1

The colors and logos of every NBA team.
reez/NBAColors

What's New

0.1.1

2020-09-07T15:43:09Z

Minor README update

NBAColors

The colors and logos of every NBA team.

Inspiration

Based on NBA Colors from Figma Community member Toni Gemayel.

screenshot

Features

Colors:

SwiftUI Color

Logos:

SwiftUI Image (.svg file)

Playground

To test usage of NBAColors, open up the NBAColors.playground file, replace:

let logo = Logo("Chicago Bulls logo")
let color = Color.bullsRed

... with your favorite NBA team.

screenshot

Installation

Xcode 11

  1. From the File menu, navigate through Swift Packages and select Add Package Dependency….
  2. Enter package repository URL: https://github.com/reez/NBAColors.git
  3. Confirm the version and let Xcode resolve the package

Swift Package Manager

If you want to use NBAColors in any other project that uses SwiftPM, add the package as a dependency in Package.swift:

dependencies: [
  .package(name: "NBAColors", url: "https://github.com/reez/NBAColors.git", from: "0.1.1"),
]

Description

  • Swift Tools 5.3.0
View More Packages from this Author

Dependencies

  • None
Last updated: Thu Nov 10 2022 08:12:53 GMT-1000 (Hawaii-Aleutian Standard Time)