項目中須要用到相似於Android的Toast的功能,因此現寫了一個。git
GitHub路徑:github
https://github.com/wsjisji/UIToastxcode
使用方法以下:app
1.下載 UIToast(.h and .m) 和 UIRotateViewController(.h and .m)兩個類.ide
2.將下載的4個文件添加到你的xcode工程中.code
3.使用以下代碼顯示Toast:blog
UIToast* toast = [[UIToast alloc] init]; [toast showToast:@"Enjoy the UIToast!" tiemInterval:4.0]; [toast release];