Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enormego/EGOGradientView
CAGradientLayer backed UIView, with pass-through properties
https://github.com/enormego/EGOGradientView
Last synced: 2 months ago
JSON representation
CAGradientLayer backed UIView, with pass-through properties
- Host: GitHub
- URL: https://github.com/enormego/EGOGradientView
- Owner: enormego
- License: mit
- Created: 2009-11-13T20:24:05.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2019-10-01T13:11:13.000Z (over 5 years ago)
- Last Synced: 2024-10-30T19:23:02.344Z (2 months ago)
- Language: Objective-C
- Homepage: http://developers.enormego.com
- Size: 14.6 KB
- Stars: 66
- Watchers: 7
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
- awesome - EGOGradientView - CAGradientLayer backed UIView, with pass-through properties (etc)
- awesome - EGOGradientView - CAGradientLayer backed UIView, with pass-through properties (etc)
README
# EGOGradientView
EGOGradientView is CAGradientLayer backed UIView that enables you to use gradients in views without needing to dive into layers.
## Installation
### Carthage
```
github "enormego/EGOGradientView" ~> 2.0.1
```### CocoaPods
```
pod 'EGOGradientView', '~> 2.0.1'
```### Without a dependency manager
Drag `EGOGradientView.h` and `EGOGradientView.m` into your project.
## License
Copyright (c) 2009-2019 enormego
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.