아이폰앱개발1 [사진]UIImagePickerController로 아이폰 기기 앨범의 이미지 선택하기 let imagePickerController = UIImagePickerController() func changeProfileImage() { let ac = UIAlertController(title: "PROFILE_CHANGE_TITLE".localized(), message: "PROFILE_CHANGE_INST".localized(), preferredStyle: .actionSheet) ac.addAction(UIAlertAction(title:"PROFILE_CHANGE_PHOTO".localized(), style: .default, handler: { action in print("camera clicked") })) ac.addAction(UIAlertAction(title:"PRO.. 2022. 12. 21. 이전 1 다음