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
Is there a way to set the dismiss animation to false when pressing "Cancel" in the CropViewController? So that there is no animation at all?
Normally when dismissing a UIViewController you would call: dismiss(animated: false, completion: nil), but is there a way to do this for CropViewController?
The text was updated successfully, but these errors were encountered:
Is there a way to set the dismiss animation to false when pressing "Cancel" in the CropViewController? So that there is no animation at all?
Normally when dismissing a UIViewController you would call:
dismiss(animated: false, completion: nil)
, but is there a way to do this for CropViewController?The text was updated successfully, but these errors were encountered: