UIGraphicsBeginImageContext(self.view.bounds.size); //currentView 當前的view 建立一個基於位圖的圖形上下文並指定大小爲 [self.view.layer renderInContext:UIGraphicsGetCurrentContext()];//renderInContext呈現接受者及其子範圍到指定的上下文 UIImage *viewImage = UIGraphicsGetImageFromCurrentImageContext();//返回一個基於當前圖形上下文的圖片 UIGraphicsEndImageContext();//移除棧頂的基於當前位圖的圖形上下文 UIImageWriteToSavedPhotosAlbum(viewImage, nil, nil, nil);//而後將該圖片保存到圖片圖