Get the local file path of a PHAsset
问题 I have a photo I want my user to be able to share on Instagram and I need to get the local file directory of the photo. However I am fetching my images as a PHAsset (not the ALAsset all the other answers seem to cover on this subject). Looking at the PHAsset documentation I don't see a 'local directory' variable. Do you know how I can get the path to a photo from the users camera roll using the new ios8 Photo's framework? Here is my code for loading the last image in the users photo roll