
webview
MR_zjh
iOS攻城狮
展开
-
uiwebview 保存图片到系统相册
//长按手势 UILongPressGestureRecognizer * longPressed = [[UILongPressGestureRecognizer alloc] initWithTarget:self action:@selector(longPressed:)]; longPressed.delegate = self; [self.webView原创 2016-08-09 11:19:59 · 557 阅读 · 0 评论 -
cookie问题
//清除cookie NSHTTPCookieStorage *cookieJar = [NSHTTPCookieStorage sharedHTTPCookieStorage]; NSArray *_tmpArray = [NSArray arrayWithArray:[cookieJar cookies]]; for (id obj in _tmpArray) {原创 2016-08-09 12:06:58 · 286 阅读 · 0 评论