2015年9月21日
摘要: 阅读全文
posted @ 2015-09-21 12:42 PoloKey 阅读(163) 评论(0) 推荐(0) 编辑
2015年9月14日
摘要: https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconMatrix.html 阅读全文
posted @ 2015-09-14 17:12 PoloKey 阅读(179) 评论(0) 推荐(0) 编辑
2015年9月6日
摘要: -(void)scrollViewDidScroll:(UIScrollView *)scrollView{ CGFloat yOffset = scrollView.contentOffset.y; CGFloat xOffset = (yOffset + BackGroupHeight)/2... 阅读全文
posted @ 2015-09-06 11:28 PoloKey 阅读(251) 评论(0) 推荐(0) 编辑
2015年9月5日
摘要: http://www.brighttj.com/ios/ios-webview-load-html-image-adaptive.htmlmark 阅读全文
posted @ 2015-09-05 17:59 PoloKey 阅读(315) 评论(0) 推荐(0) 编辑
摘要: http://www.cocoachina.com/ios/20150827/13243.html先mark,暂时用不到 阅读全文
posted @ 2015-09-05 16:21 PoloKey 阅读(481) 评论(0) 推荐(0) 编辑
2015年7月17日
摘要: 模拟器 可以 删除真机不行 阅读全文
posted @ 2015-07-17 13:58 PoloKey 阅读(409) 评论(0) 推荐(0) 编辑
2015年7月15日
摘要: //清除cookiesNSHTTPCookie *cookie;NSHTTPCookieStorage *storage = [NSHTTPCookieStorage sharedHTTPCookieStorage];for (cookie in [storage cookies]) { [s... 阅读全文
posted @ 2015-07-15 10:52 PoloKey 阅读(204) 评论(0) 推荐(0) 编辑
2015年7月6日
摘要: http://blog.163.com/023_dns/blog/static/118727366201391544630380/场景:解决TencentOpenAPI.framework与ZbarSDK中 _base64_encode 函数的冲突后来在网络上搜寻,删除掉 Other Linker ... 阅读全文
posted @ 2015-07-06 17:22 PoloKey 阅读(237) 评论(0) 推荐(0) 编辑
2015年7月1日
摘要: #pragma mark - helper- (NSURL *)convert2Mp4:(NSURL *)movUrl { NSURL *mp4Url = nil; AVURLAsset *avAsset = [AVURLAsset URLAssetWithURL:movUrl options:... 阅读全文
posted @ 2015-07-01 16:04 PoloKey 阅读(481) 评论(0) 推荐(0) 编辑
2015年6月19日
摘要: http://www.cnblogs.com/zengyou/p/3386605.html//在parent view controller 中添加 child view controller FirstViewController *firstViewController=[[FirstVie... 阅读全文
posted @ 2015-06-19 17:50 PoloKey 阅读(186) 评论(0) 推荐(0) 编辑