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
To do the maximum number of images thing that you say, you should point to master instead of using the pod from cocoapods, since we haven't released yet (But we will soon version 1.1). That was fixed, you can see the issue in #66.
To dismiss the ImagePicker, you call the delegate method and, with the instance of your variable:
dimissViewController(imagePickerController, animated: true), the default method with iOS.
Thanks for the great work!
I have a couple of questions/problems:
ImagePicker
.imagePicker
as an unresolved identifier in the following code:The text was updated successfully, but these errors were encountered: