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
Added support for custom picker behaviors (see PickerBehavior enum.)
Deprecated uploadFromImagePicker(viewController:sourceType:options:queue:uploadProgress:completionHandler:) and uploadFromDocumentPicker(viewController:options:queue:uploadProgress:completionHandler:) functions in favor of newly introduced function pickFiles(using:source:behavior:pickCompletionHandler:uploadCompletionHandler:).