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

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -