藍懿IOS學習圖片編輯器

來源:互聯網
上載者:User

標籤:

ios的學習在藍懿另個月了,感覺學到了很多,這裡的環境不錯學習氛圍也很好,劉國斌老師教了圖片編輯,類比美圖秀秀,功能實現了邊框,效果。濾鏡,還有塗鴉。
#pragma mark - Image picker controller 協議方法

- (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary<NSString *,id> *)info{

   /*****   初始化並跳轉到 Editing view controller   *****/

   // 進入 Storyboard 問價內, 擷取到某個 View Controller (initWithCoder 初始化方法)

   // 後面的 id 是在 Storyboard 中設定的 "Storyboard ID"//

   // ______如果是用純程式碼方式寫出來的,就不用這樣,直接alloc,init初始化

   bianJi_bViewController *bian=[self.storyboardinstantiateViewControllerWithIdentifier:@"hehe"];

   bian.selectedImage=info[UIImagePickerControllerOriginalImage];

    // 因為當前 View controller 沒有被導覽列所管理, 所以無法使用 self.navigationController 來跳轉頁面. 但由於 UIImagePickerController 是導航控制器的子類, 所以可以直接使用UIImagePickerController 的實力對象來跳轉頁面(即 picker 參數)

   [picker presentViewController:bian animated:YES completion:nil];

 

   

}

 

藍懿IOS學習圖片編輯器

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.