项目介绍:
github上的代码会持续更新,欢迎到github( https://github.com/chenliangloveyou/EasyShowView )。如果喜欢,开题报告,欢迎给个start。
使用方法:
/**
* 显示一个纯文字消息
*/
+ (void)showText:(NSString *)text ;
+ (void)showText:(NSString *)text inView:(UIView *)view ;
/**
* 显示一个成功消息
*/
+ (void)showSuccessText:(NSString *)text ;
+ (void)showSuccessText:(NSString *)text inView:(UIView *)superView ;
/**
* 显示一个错误消息
*/
+ (void)showErrorText:(NSString *)text ;
+ (void)showErrorText:(NSString *)text inView:(UIView *)superView ;
/**
* 显示一个提示消息
*/
+ (void)showInfoText:(NSString *)text ;
+ (void)showInfoText:(NSString *)text inView:(UIView *)superView ;
/**
* 显示一个自定义图片消息
*/
+ (void)showImageText:(NSString *)text imageName:(NSString *)imageName ;
+ (void)showImageText:(NSString *)text imageName:(NSString *)imageName inView:(UIView *)superView ;,
论文