Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsdios/SDProgressView
Progress Indicator View. 简便美观的进度指示器。
https://github.com/gsdios/SDProgressView
Last synced: about 2 months ago
JSON representation
Progress Indicator View. 简便美观的进度指示器。
- Host: GitHub
- URL: https://github.com/gsdios/SDProgressView
- Owner: gsdios
- Created: 2015-02-21T11:42:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-01-03T07:32:17.000Z (about 5 years ago)
- Last Synced: 2024-11-17T02:02:26.352Z (about 2 months ago)
- Language: Objective-C
- Homepage:
- Size: 154 KB
- Stars: 403
- Watchers: 22
- Forks: 125
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - SDProgressView - Progress Indicator View. 简便美观的进度指示器。【 [Priview](https://camo.githubusercontent.com/cce98893ac0d661d152c266dd564fb4e0544869e/687474703a2f2f63632e636f63696d672e636f6d2f6262732f6174746163686d656e742f4669645f31392f31395f3434313636305f3537656366623037633235376564662e676966) 】 (OOM-Leaks-Crash / WebView-ProgressBar)
README
# SDProgressView
简便美观的进度指示器### 我的公众号
主要用于编程经验分享+SD系列开源库答疑解惑,有需要的请关注!
![](https://github.com/gsdios/SDCycleScrollView/blob/master/qrcode_for_gh_a69e5c4e13c4_430.jpg?raw=true)此系列共有六种样式的进度指示器,现在以SDLoopProgressView为例简单介绍下用法:
1. 包含主头文件 "SDProgressView.h"
2. 设置(仅需三步)
SDLoopProgressView *loop = [SDLoopProgressView progressView];
loop.frame = ;
loop.progress = ; // 加载进度,当加载完成后会自动隐藏
---------------------------------------------------------------------------------------
// 如果需要直接退出
[loop dismiss];![](http://cc.cocimg.com/bbs/attachment/Fid_19/19_441660_57ecfb07c257edf.gif)