Skip to content

ChuanqingYang/YYImagePicker

Repository files navigation

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

About

A Custom ImagePicker Code with SwiftUI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages