모바일 프로그래밍/IOS참고자료

[Swift] UIImagePickerController관련 예제 링크(정리 중)

Dannian 2021. 2. 22. 10:44
반응형

https://jinshine.github.io/2018/07/06/iOS/UIImagePickerController%20%EC%98%88%EC%A0%9C/

 

[iOS] UIImagePickerController - jinShine

UIImagePickerController 사진, 동영상 촬영, 저장에 관해 포스트 해보도록 하겠습니다. 먼저 간단하게 앨범,카메라,딜레이촬영,동영상,Editing변경버튼을 만들어 간단한 기능 소개를 해보겠습니다. 만들

jinshine.github.io

 

https://theswiftdev.com/picking-images-with-uiimagepickercontroller-in-swift-5/

 

Picking images with UIImagePickerController in Swift 5 - The.Swift.Dev.

Learn how to get an image from the photo library or directly from the camera by using the UIImagePickerController class in Swift 5.

theswiftdev.com

 

https://zeddios.tistory.com/125

 

iOS ) 내 사진앨범/카메라에서 이미지 가져오기

안녕하세요 :) Zedd입니다. 오늘 해볼거는 내 사진앨범에 있는 이미지를 가져오거나, 카메라로 찍은 이미지를 가져올거에요. 너무 잼나겠다 그쵸 ㅎㅎ 오늘 우리가 만들어볼거는 바로 요런거 입

zeddios.tistory.com

 

https://stackoverflow.com/questions/43608409/save-video-to-the-gallery-and-get-the-path-for-the-video-stored-to-gallery

 

Save video to the gallery and get the path for the video stored to Gallery

I want to save a video chosen from UIImagePickerController to the Photos album. After that i need to fetch the URL to the saved path. I saw some pre-existing questions which answer with use of

stackoverflow.com

 

반응형