This is a sample demostration app of consuming KvColorPalette-iOS swift package. This app will show case how developer can use KvColorPalette-iOS swift package.
- Generate a color palette based on a single input color. Using color alpha/mat-colors
- Create a complete theme color set, including primary, secondary, background, and surface colors.
- Support for Material Design color guidelines.
- Easy integration with iOS projects.
After you clone this code and try to build(run) it you will see a build failure, because this code base configured the KvColorPalette-iOS swift packageas local package dependency. This configured like this for development and testing purposes of the library.
- After open this project from XCode, then click on following
File -> Add Package Dependencies... - This will open up a window to search packages.
- On the search field, search with following URL
https://github.com/KvColorPalette/KvColorPalette-iOS - Then you will see the
KvColorPalette-iOSas a search result. - Select it and using
Add Packagebutton, add theKvColorPalette-iOSswift-package.
KvColorPalette - iOS - App is licensed under the MIT License.
For questions, suggestions, or issues, please open an issue on GitHub or contact us at [email protected].