Skip to content

alexwillrock/ModernColours

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ModernColours: A lightweight framework including modern color palette

Requirements

  • iOS 14
  • Swift 5.5
  • Xcode 12.5+

Installation

The preferred way of installing SwiftUIX is via the Swift Package Manager.

Xcode 12 integrates with libSwiftPM to provide support for iOS.

  1. In Xcode, open your project and navigate to FileSwift PackagesAdd Package Dependency...
  2. Paste the repository URL (https://github.com/alexwillrock/ModernColours) and click Next.
  3. For Rules, select Branch (with branch set to master).
  4. Or for Rules, select Tag (with tag set to most fresh)
  5. Click Finish.

Contents

simple Color extension

struct ContentView: View {
    var body: some View {
        VStack {
            Color.Flat.Light.skyBlue
            Color.Flat.Dark.skyBlue
        }
    }
}

Visual

image

License

TagsGridView is licensed under the MIT License.

Support

Contact me

Credits

ModernColours is a project of @alexwillrock.