OBAlertView
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/theaob/OBAlertView
- 官方下载: https://github.com/theaob/OBAlertView
软件介绍
OBAlertView 是一个全屏的提醒信息视图控件,灵感来自 iOS 7 的音乐应用。
使用方法:
OBAlert *alert = [[OBAlert alloc] initInViewController:self];
[alert showAlertWithText:@"You can download music from the iTunes Store"
titleText:@"No Content"
buttonText:@"Store"
onTap:^{
[alert removeAlert];
}];
Mashups Web 2.0开发技术—— 基于Amazon.com
萨拉汉 / 吴宏泉 / 清华大学 / 2008-1 / 48.00元
《MashupsWeb2.0开发技术(基于Amazon.Com) 》介绍了mashup的底层技术,并且第一次展示了如何创建mashup的应用程序。Amazon.com与Web服务强势结合,拓展了Internet的应用范围,使得开发人员可以把Amazon的数据和其他的可利用资源自由地结合起来创建功能丰富的全新应用程序,这种应用程序叫做mashup。 《MashupsWeb2.0开发技术(基于A......一起来看看 《Mashups Web 2.0开发技术—— 基于Amazon.com》 这本书的介绍吧!
