You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is actually a feature request. Our UX stuff posted an issue about image lost on the old iPhone if press shot too quickly. So can we have something like func wrapperDidShotPress(_ imagePicker: ImagePickerController) and func wrapperDidShotFinish(_ imagePicker: ImagePickerController, image: UIImage) in delegate so we can do
This is actually a feature request. Our UX stuff posted an issue about image lost on the old iPhone if press shot too quickly. So can we have something like
func wrapperDidShotPress(_ imagePicker: ImagePickerController)
andfunc wrapperDidShotFinish(_ imagePicker: ImagePickerController, image: UIImage)
in delegate so we can doThe text was updated successfully, but these errors were encountered: