WGradientProgressDemo
WGradientProgressDemo copied to clipboard
//A easily used gradient progress view
WGradientProgressDemo
//A easily used gradient progress view
OVERVIEW
WGradientProgress is a gradual color change for any UIViews, which is written in Objective-C, supporting iOS5 ~ iOSlatest
Here are examples for WGradientProgress:

INSTALLTATION
Drag the
WGradientProgress
folder into your project.
REQUIREMENTS
- Xcode 6
- iOS5 or above
- ARC
USAGE
Add the following import to the top of the file:
#import "WGradientProgress.h"
Use the following to display or hide progress easily:
WGradientProgress *gradProg = [WGradientProgress sharedInstance]; [gradProg showOnParent:navigationBar position:WProgressPosDown];
[gradProg hide];
CONTACT
Do you have any questions or idea? My email is:
Or you can find some more info at my blog in cnblogs.com:
NOTE
This project will be update continually. Therefore, fork or star would be suggested.
LICENSE
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.