06 2015 档案
addChildViewController
摘要:http://www.cnblogs.com/zengyou/p/3386605.html//在parent view controller 中添加 child view controller FirstViewController *firstViewController=[[FirstVie... 阅读全文
posted @ 2015-06-19 17:50 PoloKey 阅读(192) 评论(0) 推荐(0)
tabbarcontroller 内嵌导航 控制器,2层push hide tabbar 后 ,第二层直接返回根视图控制器选择tabbarcontroller的其它vc 无法显示 tabbar的 问题解决方案
摘要:场景如标题这样不行:[self.navigationController popToRootViewControllerAnimated:YES];MainViewController *mainCtrl = [(AppDelegate *)[UIApplication sharedApplicat... 阅读全文
posted @ 2015-06-19 14:06 PoloKey 阅读(261) 评论(0) 推荐(0)
iOS app调试的黑魔法--第三方库
摘要:http://www.cocoachina.com/ios/20140928/9785.html 阅读全文
posted @ 2015-06-17 16:14 PoloKey 阅读(223) 评论(0) 推荐(0)
LICEcap
摘要:LICEcap是一款简洁易用的动画屏幕录制软件,它可将屏幕录像的内容直接保存为高质量(每帧颜色数量可超过256)GIF动态图片格式。并且支持特别标记鼠标操作动态效果。 阅读全文
posted @ 2015-06-17 16:13 PoloKey 阅读(403) 评论(0) 推荐(0)
设置AFNetworking网络请求的超时时间
摘要:http://www.mamicode.com/info-detail-511816.html // 设置超时时间 [manager.requestSerializer willChangeValueForKey:@"timeoutInterval"]; manager.requestS... 阅读全文
posted @ 2015-06-17 14:17 PoloKey 阅读(316) 评论(0) 推荐(0)
UITableViewStyleGrouped 模式下 headview 多出一块高度问题
摘要: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 阅读(430) 评论(0) 推荐(0)
interactivePopGestureRecognizer
摘要:interactivePopGestureRecognizer(2015-01-20 16:12:43)转载▼标签:it分类:iOS苹果一直都在人机交互中尽力做到极致,在iOS7中,新增加了一个小小的功能,也就是这个api:self.navigationController.interactiveP... 阅读全文
posted @ 2015-06-16 16:17 PoloKey 阅读(619) 评论(0) 推荐(0)
UIWebView获得内容的高-作出自适应高的UIWebView
摘要:http://blog.csdn.net/matrixhero/article/details/8443972- (void)webViewDidFinishLoad:(UIWebView *)webView{ NSString *height_str= [webView stringByEv... 阅读全文
posted @ 2015-06-16 14:21 PoloKey 阅读(151) 评论(0) 推荐(0)