摘要:
+(void)showMessage:(NSString *)message{ UIWindow * window = [UIApplication sharedApplication].keyWindow; UIView *showview = [[UIView alloc]init]; show... 阅读全文
posted @ 2015-08-13 18:05
frounk
阅读(192)
评论(0)
推荐(0)
摘要:
本地调用短信分享。 1 #import "shareViewController.h" 2 3 @interface shareViewController (){ 4 UIAlertView *mfAlertview;//定义一个弹出框 5 UITextView* txYaoqi... 阅读全文
posted @ 2015-08-13 17:58
frounk
阅读(727)
评论(0)
推荐(0)