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

jpa - Passing entitymanager from reflection method -

frame rate - JAVA simple fps animation(how can i work with?) -