DGActivityIndicatorView
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/gontovnik/DGActivityIndicatorView
软件介绍
DGActivityIndicatorView 可以让你的应用中的加载旋桨(loading spinners) 变得更加好看,它包括6种不同的指示器视图风格。
示例:
DGActivityIndicatorView *activityIndicatorView = [[DGActivityIndicatorView alloc] initWithType:DGActivityIndicatorAnimationTypeDoubleBounce tintColor:[UIColor whiteColor] size:20.0f]; activityIndicatorView.frame = CGRectMake(0.0f, 0.0f, 50.0f, 50.0f); [self.view addSubview:activityIndicatorView]; [activityIndicatorView startAnimating];
Using Google App Engine
Charles Severance / O'Reilly Media / 2009-5-23 / USD 29.99
With this book, you can build exciting, scalable web applications quickly and confidently, using Google App Engine - even if you have little or no experience in programming or web development. App Eng......一起来看看 《Using Google App Engine》 这本书的介绍吧!
