09 2015 档案

摘要:+(NSString *)getWeekday{NSDate *date = [NSDate date];NSDateComponents *componets = [[NSCalendar autoupdatingCurrentCalendar] components:NSWeekdayCalen... 阅读全文
posted @ 2015-09-25 17:15 金刚葫芦娃哈哈 阅读(147) 评论(0) 推荐(0)
摘要:[self.label convertRect:self.label.bounds toView:self.view]self.view既是屏幕 阅读全文
posted @ 2015-09-25 17:12 金刚葫芦娃哈哈 阅读(371) 评论(0) 推荐(0)
摘要:在webView加载完成的代理方法中添加一下代码[self.webView stringByEvaluatingJavaScriptFromString:@"function assignImageClickAction(){var imgs=document.getElementsByTagNam... 阅读全文
posted @ 2015-09-23 10:59 金刚葫芦娃哈哈 阅读(209) 评论(0) 推荐(0)
摘要:UIGraphicsBeginImageContextWithOptions(self.imgView.bounds.size, YES, [UIScreen mainScreen].scale); [self.imgView drawViewHierarchyInRect:self.imgVie... 阅读全文
posted @ 2015-09-23 09:54 金刚葫芦娃哈哈 阅读(109) 评论(0) 推荐(0)
摘要:CGSize imageSize = CGSizeMake(self.doneButton.frame.size.width, self.doneButton.frame.size.height); UIGraphicsBeginImageContextWithOptions(imageSiz... 阅读全文
posted @ 2015-09-21 15:26 金刚葫芦娃哈哈 阅读(159) 评论(0) 推荐(0)
摘要:UIWebView 与 JS的交互 阅读全文
posted @ 2015-09-17 10:42 金刚葫芦娃哈哈 阅读(280) 评论(0) 推荐(0)
摘要:---恢复内容开始---推送RSA加密1RSA加密2UIWebView获取cookieNSdata 与 NSString,Byte数组,UIImage 的相互转换---ios开发 Objective-CApp发布快速寻找第三方库Xcode6.4插件不能用的解决办法 阅读全文
posted @ 2015-09-16 15:43 金刚葫芦娃哈哈 阅读(123) 评论(0) 推荐(0)
摘要:NSHTTPCookieStorage *sharedHTTPCookieStorage = [NSHTTPCookieStorage sharedHTTPCookieStorage]; NSArray *cookies = [sharedHTTPCookieStorage cookiesForU... 阅读全文
posted @ 2015-09-12 09:17 金刚葫芦娃哈哈 阅读(143) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/wave_1102/article/details/27327069 阅读全文
posted @ 2015-09-07 16:17 金刚葫芦娃哈哈 阅读(172) 评论(0) 推荐(0)