Skip to content

weng1250/WGradientProgressDemo

Repository files navigation

WGradientProgressDemo

//A easily used gradient progress view

<title>README.md</title> <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML"></script>

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

  1. Add the following import to the top of the file:

    #import "WGradientProgress.h"

  2. 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:

zilin_weng@163.com

Or you can find some more info at my blog in cnblogs.com:

http://www.cnblogs.com/wengzilin/


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.

About

//A easily used gradient progress view

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published