WGradientProgressDemo icon indicating copy to clipboard operation
WGradientProgressDemo copied to clipboard

//A easily used gradient progress view

WGradientProgressDemo

//A easily used gradient progress view

README.md

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:

[email protected]

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.