Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nverinaud/NVUIGradientButton
A beautiful customizable iOS button, flat on iOS 7, with gradient on earlier versions.
https://github.com/nverinaud/NVUIGradientButton
Last synced: 3 months ago
JSON representation
A beautiful customizable iOS button, flat on iOS 7, with gradient on earlier versions.
- Host: GitHub
- URL: https://github.com/nverinaud/NVUIGradientButton
- Owner: nverinaud
- License: mit
- Created: 2012-06-20T11:42:50.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-02-10T19:22:18.000Z (almost 9 years ago)
- Last Synced: 2024-07-20T11:06:52.605Z (4 months ago)
- Language: Objective-C
- Homepage:
- Size: 575 KB
- Stars: 152
- Watchers: 15
- Forks: 26
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NVUIGradientButton
A beautiful customizable iOS button, flat on iOS 7, with gradient on earlier versions.
![A screenshot rendering NVUIGradient buttons](https://raw.github.com/nverinaud/NVUIGradientButton/master/images/screen1-6-1.png)
## Requirements
* You can use ARC or not, this library supports both
* iOS 5.1+
* iOS 4 (should work but no longer officially supported)## Usage
* Add `lib/NVUIGradientButton.{h|m}` to your project
* Drop a view into a nib and set its class to `NVUIGradientButton` or instanciate one using `[NVUIGradientButton initWithFrame:frame style:style];`
* Configure the viewFor more examples, have a look at the `NVUIGradientButtonSample` project.
## License
Copyright (c) 2013 [Nicolas VERINAUD](http://www.nverinaud.com). Released under the MIT license.