UIImageWriteToSavedPhotosAlbum将应用中的图片保存到用户iPhone或者iTouch的相册中
摘要:
- (void)savePicToPhotoes { UIGraphicsBeginImageContext(self.view.bounds.size); CGContextRef ref = UIGraphicsGetCurrentContext(); [_board.layer renderI 阅读全文
posted @ 2016-08-09 14:34 请叫我飞戈 阅读(457) 评论(0) 推荐(0) 编辑