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
Under the DKImagePickerController's didSelectAssets code block the image property inside DKAsset is nil pickerController.didSelectAssets = { (assets: [DKAsset]) in print(assets.first?.image) //prints nil }
The text was updated successfully, but these errors were encountered:
Under the DKImagePickerController's didSelectAssets code block the image property inside DKAsset is nil
pickerController.didSelectAssets = { (assets: [DKAsset]) in print(assets.first?.image) //prints nil }
Under the DKImagePickerController's didSelectAssets code block the image property inside DKAsset is nil
pickerController.didSelectAssets = { (assets: [DKAsset]) in print(assets.first?.image) //prints nil }
The text was updated successfully, but these errors were encountered: