摘要: 项目中需要用到类似于Android的Toast的功能,所以现写了一个。GitHub路径:https://github.com/wsjisji/UIToast使用方法如下:1.下载 UIToast(.h and .m) 和 UIRotateViewController(.h and .m)两个类.2.将下载的4个文件添加到你的xcode工程中.3.使用如下代码显示Toast:UIToast* toast = [[UIToast alloc] init];[toast showToast:@"Enjoy the UIToast!" tiemInterval:4.0];[toas 阅读全文
posted @ 2013-08-29 13:28 wsjisji 阅读(974) 评论(0) 推荐(0) 编辑