摘要: // 截图 - (void)screenShots{ UITableView *shadowView = mainTab; // 开启图片上下文 UIGraphicsBeginImageContextWithOptions(shadowView.contentSize, NO, 0.f); // 保存现在视图的位置偏移信息 CGPoint saveCont... 阅读全文
posted @ 2019-11-11 09:53 走路蹩脚的火星人 阅读(227) 评论(0) 推荐(0)