简便美观的进度指示器 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];
Build Your Own Web Site the Right Way Using HTML & CSS
Ian Lloyd / SitePoint / 2006-05-02 / USD 29.95
Build Your Own Website The Right Way Using HTML & CSS teaches web development from scratch, without assuming any previous knowledge of HTML, CSS or web development techniques. This book introduces you......一起来看看 《Build Your Own Web Site the Right Way Using HTML & CSS》 这本书的介绍吧!
