您好,登錄后才能下訂單哦!
UIGraphicsBeginImageContext(self.view.bounds.size); //currentView 當前的view 創建一個基于位圖的圖形上下文并指定大小為 [self.view.layer renderInContext:UIGraphicsGetCurrentContext()];//renderInContext呈現接受者及其子范圍到指定的上下文 UIImage *viewImage = UIGraphicsGetImageFromCurrentImageContext();//返回一個基于當前圖形上下文的圖片 UIGraphicsEndImageContext();//移除棧頂的基于當前位圖的圖形上下文 UIImageWriteToSavedPhotosAlbum(viewImage, nil, nil, nil);//然后將該圖片保存到圖片圖
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。