PhotosUI1 싱글톤 앨범 이미지 서비스 만들기 with Rx or Combine #1. PHPickerViewController 다루기 PHPickerViewController를 이용해서 여러 앨범 내부 이미지의 이미지 고유 ID를 가져오기 기본 구조 import Foundation import Photos import PhotosUI import Combine import UIKit final class PhotoService{ static let shared = PhotoService() var passthroughIdentifiers = PassthroughSubject() // RxSwift 사용 시... // var passthroughIdentifiers:PublishSubject = .init() private weak var viewController: UIViewCo.. 2023. 11. 28. 이전 1 다음