2015年6月19日
摘要: 场景如标题这样不行:[self.navigationController popToRootViewControllerAnimated:YES];MainViewController *mainCtrl = [(AppDelegate *)[UIApplication sharedApplicat... 阅读全文
posted @ 2015-06-19 14:06 PoloKey 阅读(249) 评论(0) 推荐(0) 编辑
2015年6月17日
摘要: http://www.cocoachina.com/ios/20140928/9785.html 阅读全文
posted @ 2015-06-17 16:14 PoloKey 阅读(216) 评论(0) 推荐(0) 编辑
摘要: LICEcap是一款简洁易用的动画屏幕录制软件,它可将屏幕录像的内容直接保存为高质量(每帧颜色数量可超过256)GIF动态图片格式。并且支持特别标记鼠标操作动态效果。 阅读全文
posted @ 2015-06-17 16:13 PoloKey 阅读(391) 评论(0) 推荐(0) 编辑
摘要: http://www.mamicode.com/info-detail-511816.html // 设置超时时间 [manager.requestSerializer willChangeValueForKey:@"timeoutInterval"]; manager.requestS... 阅读全文
posted @ 2015-06-17 14:17 PoloKey 阅读(301) 评论(0) 推荐(0) 编辑
摘要: self.tableView.tableHeaderView = [[UIView alloc] initWithFrame:CGRectMake(0.0f, 0.0f, self.tableView.bounds.size.width, 0.01f)]; 阅读全文
posted @ 2015-06-17 11:23 PoloKey 阅读(412) 评论(0) 推荐(0) 编辑
2015年6月16日
摘要: interactivePopGestureRecognizer(2015-01-20 16:12:43)转载▼标签:it分类:iOS苹果一直都在人机交互中尽力做到极致,在iOS7中,新增加了一个小小的功能,也就是这个api:self.navigationController.interactiveP... 阅读全文
posted @ 2015-06-16 16:17 PoloKey 阅读(603) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/matrixhero/article/details/8443972- (void)webViewDidFinishLoad:(UIWebView *)webView{ NSString *height_str= [webView stringByEv... 阅读全文
posted @ 2015-06-16 14:21 PoloKey 阅读(143) 评论(0) 推荐(0) 编辑
2015年5月27日
摘要: http://blog.csdn.net/chinahaerbin/article/details/9471419/** ARC有效时三种类型转换:*/1、__bridge //转换2、__bridge_retained//转换3、__bridge_transfer//转换// __bridg... 阅读全文
posted @ 2015-05-27 10:05 PoloKey 阅读(208) 评论(0) 推荐(0) 编辑
2015年5月22日
摘要: 大头针满屏居中显示 阅读全文
posted @ 2015-05-22 11:20 PoloKey 阅读(201) 评论(0) 推荐(0) 编辑