摘要: info.plist文件中添加NSAppTransportSecurity NSAllowsArbitraryLoads iOS9新特性以及常见问题解决:推荐去查看:https://github.com/ChenYilong/iOS9AdaptationTips(注:推荐关注此作... 阅读全文
posted @ 2016-01-08 15:15 wj0920wjx 阅读(127) 评论(0) 推荐(0)
摘要: //切图- (UIImage*)screenView:(UIView *)view{ CGRect rect = view.frame; UIGraphicsBeginImageContext(rect.size); CGContextRef context = UIGraphicsGetCu... 阅读全文
posted @ 2016-01-08 14:37 wj0920wjx 阅读(1034) 评论(0) 推荐(0)