摘要: 在webView的.h文件中:@interface UIWebView (JavaScriptAlert) - (void)webView:(UIWebView *)sender runJavaScriptAlertPanelWithMessage:(NSString *)message initi... 阅读全文
posted @ 2014-11-12 16:19 暗夜追星 阅读(509) 评论(0) 推荐(0)
摘要: 在ios4之后出现了一种单例的写法:首先创建一个继承于NSObject的类在.h文件中声明一个类方法+ (InstallStatisticsClass *)shareInstance;在.m中将这个方法+ (InstallStatisticsClass *)shareInstance{ stati... 阅读全文
posted @ 2014-11-12 15:46 暗夜追星 阅读(148) 评论(0) 推荐(0)