Bartholomew Furrow
Bartholomew Furrow
In case it's helpful, my use case is: Once the user has logged in with the email provider or the Google provider, I ask if she'd like to add a...
Perfect, thank you.
I closed this too quickly. I do actually want it to be possible for the user to cancel; I just want to know if it happened. You're right that that's...
Thank you, that's a great workaround. Please don't consider this work urgent on the timescale of a month on my account. I hope you have a happy and restful holiday...
PR #284 should resolve this, but I haven't gotten a response.
It's a good question, but I don't know the tradeoffs well enough. One question is: Can you use instances of classes inside kernels?
Here's what I did to set minSelectableCount to 0. Change it accordingly. ``` pickerController.UIDelegate = DKImagePickerControllerDefaultUIDelegateWithoutEnabledDoneButton() class DKImagePickerControllerDefaultUIDelegateWithoutEnabledDoneButton: DKImagePickerControllerDefaultUIDelegate { override func prepareLayout(_ imagePickerController: DKImagePickerController, vc: UIViewController) { super.prepareLayout(imagePickerController, vc:...
See #493 for example code.
Both your API proposal and your first Alternate API Proposal seem reasonable. The first more closely mimics the underlying API, while the second strikes me as harder to screw up....