點擊截取圖片按鈕觸發下面的代碼:spa
UIGraphicsBeginImageContext(self.view.bounds.size);3d
[self.view.layer renderInContext:UIGraphicsGetCurrentContext()];orm
UIImage *image=UIGraphicsGetImageFromCurrentImageContext();圖片
UIGraphicsEndImageContext();it
UIImageWriteToSavedPhotosAlbum(image,self, nil, nil);im