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

Popular posts from this blog

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -

java - the value of local variable is not used -