https://github.com/noppefoxwolf/colorsupport
This is support library for Colors. Simurate to use system Color of iOS 13 in every iOS.
https://github.com/noppefoxwolf/colorsupport
Last synced: about 1 month ago
JSON representation
This is support library for Colors. Simurate to use system Color of iOS 13 in every iOS.
- Host: GitHub
- URL: https://github.com/noppefoxwolf/colorsupport
- Owner: noppefoxwolf
- License: mit
- Created: 2019-06-06T12:31:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-02T16:40:21.000Z (almost 6 years ago)
- Last Synced: 2024-05-02T05:45:51.763Z (12 months ago)
- Language: Swift
- Size: 24.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ColorSupport
## Description
**ColorSupport** provide system colors of iOS 13 to older iOS.
## Usage
```
let red = UIColor.systemRed
```## Installation
### Carthage
To install it, simply add the following line to your Cartfile.
`github "noppefoxwolf/ColorSupport"`
## Requirements
- Swift5.0
- iOS10+
## Author
- [noppefoxwolf](http://twitter.com/noppefoxwolf)
## Contributing
We would love you to contribute to **ColorSupport**, check the [CONTRIBUTING](https://github.com/noppefoxwolf/ColorSupport/blob/master/CONTRIBUTING.md) file for more info.
## License
**ColorSupport** is available under the MIT license. See the [LICENSE](https://github.com/noppefoxwolf/ColorSupport/blob/master/LICENSE.md) file for more info.