摘要:
-(UIImage *)captureScreenWithRect:(CGRect)rect{ UIGraphicsBeginImageContextWithOptions(self.view.bounds.size, YES, 1); [self.view.layer renderInContex 阅读全文
posted @ 2016-01-19 09:59
大厨子的世界
阅读(106)
评论(0)
推荐(0)
摘要:
CGRect rect = CGRectMake(0, 0, [UIScreen mainScreen].bounds.size.width, 64); UIGraphicsBeginImageContext(rect.size); CGContextRef context = UIGraphics 阅读全文
posted @ 2016-01-19 09:37
大厨子的世界
阅读(304)
评论(0)
推荐(0)
浙公网安备 33010602011771号