• Stars
    star
    403
  • Rank 107,140 (Top 3 %)
  • Language
    Objective-C
  • Created almost 10 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Progress Indicator View. 简便美观的进度指示器。

SDProgressView

简便美观的进度指示器

我的公众号

主要用于编程经验分享+SD系列开源库答疑解惑,有需要的请关注!

此系列共有六种样式的进度指示器,现在以SDLoopProgressView为例简单介绍下用法:

  1. 包含主头文件 "SDProgressView.h"

  2. 设置(仅需三步)

SDLoopProgressView *loop = [SDLoopProgressView progressView];

loop.frame = ;

loop.progress = ; // 加载进度,当加载完成后会自动隐藏


// 如果需要直接退出 [loop dismiss];