Releases: Yummypets/YPImagePicker
Releases ยท Yummypets/YPImagePicker
Minor fix - Library album title not persisting
Thanks @boboxiaodd for this sweet fix ๐
Crop! Crop! Crop! โ๏ธ๐ผ
Only ask the needed permissions
Thanks @Ewg777 for spotting that one out ๐ !
The picker now only asks for the needed permissions.
Example
config.screens = [.library]
Will not ask for camera or microphone permission :)
Fixes Camera Freeze when back from Filters
Thanks @Tinyik for spotting this bug ๐ฆ ๐
Customize screens
Replaces showsVideo
by more versatile screens
api.
public var screens: [YPPickerScreen] = [.library, .photo]
Usage
...
config.screens = [.library, .photo, .video] // show video as well
...
config.screens = [.photo] // .photo only
Shout out to @ChintanWeapp & @eddieespinal for initiating the idea ๐
Smooth
- Solves the freeze issue that was happening on first launch causing the picker to hang for a few seconds
with the UI unresponsive.
Big thanks @viktorgardart for documenting this issue ๐
Video Torch mode, Flash Auto & configurable video time !
- Video now supports Torch mode
- Flash now supports "Auto" setting
- Video timing (taking and picking) is now configurable via
videoRecordingTimeLimit
andvideoFromLibraryTimeLimit
- Improves Library loading time
๐
Camera preview black on first start
`startOnScreen` bugFix
- Menu bar now reflects the
startOnScreen
param. (kudos to @userdar)
Choosing the start screen
You can now choose which screen you start from with the startOnScreen
api ๐
config.startOnScreen = .library // .video, .photo
Defaults to .photo
.