#actionsheet 썸네일형 리스트형 [iOS] Get image with actionsheet private func actionSheetPicker() {let alert = UIAlertController(title: nil, message: "이미지를 가져올 곳을 선택해주세요.", preferredStyle: .actionSheet) let cameraAction = UIAlertAction(title: "카메라", style: .default, handler: {action in self.pickImage(.camera)})let albumAction = UIAlertAction(title: "저장앨범", style: .default, handler: {action in self.pickImage(.savedPhotosAlbum)})let photoLibraryAction = UIAlert.. 더보기 이전 1 다음