728x90 반응형 swift ios14 get image1 ios version에 따라 gallery에서 이미지 가지고 오는 방법 language : swift (using storyboard) how to get image from gallery according to ios version. import UIKit import Photos import PhotosUI ios 14부터 PHPicker 사용 ios 14 미만은 UIImagePicker 사용 ios 버전에 따라 두가지 방법을 사용. @IBAction func touchUpAddImage(_ sender: UIButton) { if #available(iOS 14, *) { pickImage() } else { openGallery() } } ios 14이상인 경우 PHPicker 사용 using PHPicker when higher than ios 14 //ios 14.. 2022. 3. 2. 이전 1 다음 728x90 반응형