YYImagePicker

A Custom ImagePicker Code with SwiftUI.

Author

Thanks for Kavsoft!!!?

ScreenShot

Preview

Usage

VStack {

}
.popupImagePickerView(show: $showImagePicker) { assets in

}

You can use the method func handle(assets:[PHAsset],completion:@escaping ([UIImage])->()) declared in PopupImagePickerViewModel to handle PHAsset to useful UIImage which is syncronized

GitHub

View Github