ios - Save a PHAsset in Core Data? -
i have custom image picker load images in photo library. wanting save image locations in coredata. have gotten file path, when try load permission issue. how store phasset core data in such way not saving actual image?
if there code should show let me know.
thanks in advance.
ok, able solve problem. instead of trying access image path, saved local identifier, , used
fetchassetswithlocalidentifiers
everything seems work desired now.
Comments
Post a Comment