- iOS 14
- Swift 5.5
- Xcode 12.5+
The preferred way of installing SwiftUIX is via the Swift Package Manager.
Xcode 12 integrates with libSwiftPM to provide support for iOS.
- In Xcode, open your project and navigate to File → Swift Packages → Add Package Dependency...
- Paste the repository URL (
https://github.com/alexwillrock/ModernColours
) and click Next. - For Rules, select Branch (with branch set to
master
). - Or for Rules, select Tag (with tag set to most fresh)
- Click Finish.
struct ContentView: View {
var body: some View {
VStack {
Color.Flat.Light.skyBlue
Color.Flat.Dark.skyBlue
}
}
}
TagsGridView is licensed under the MIT License.
ModernColours is a project of @alexwillrock.