简便美观的进度指示器 SDProgressView
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/gsdios/SDProgressView
- 软件文档: https://github.com/gsdios/SDProgressView
软件介绍
简便美观的进度指示器
(下载地址:https://github.com/gsdios/SDProgressView)
此系列共有六种样式的进度指示器,现在以SDLoopProgressView为例简单介绍下用法:
#import "SDProgressView.h" // 包含主头文件
SDLoopProgressView *loop = [SDLoopProgressView progressView];
loop.frame = ;
loop.progress = ; // 加载进度,当加载完成后会自动隐藏
// 如果需要直接退出
[loop dismiss];
Clean Architecture
Robert C. Martin / Prentice Hall / 2017-9-20 / USD 34.99
Practical Software Architecture Solutions from the Legendary Robert C. Martin (“Uncle Bob”) By applying universal rules of software architecture, you can dramatically improve developer producti......一起来看看 《Clean Architecture》 这本书的介绍吧!
