ios - How to find out the file path of the image in Image Picker Controller call back -
in ios invokes image picker controller let user picks image phone.
i have implemented callback when user finished picking photo:
func imagepickercontroller(picker: uiimagepickercontroller!, didfinishpickingimage image: uiimage!, editinginfo: nsdictionary!) { }
i know if possible me find file path of image user has picked? thinking after user picks photos, may exist app. want resume photos picked before in app. possible?
Comments
Post a Comment