//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>WGradientProgress is a gradual color change for any UIViews, which is written in Objective-C, supporting iOS5 ~ iOSlatest
Here are examples for WGradientProgress:
Drag the
WGradientProgress
folder into your project.
- Xcode 6
- iOS5 or above
- ARC
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];
Do you have any questions or idea? My email is:
Or you can find some more info at my blog in cnblogs.com:
This project will be update continually. Therefore, fork or star would be suggested.
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.