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

Popular posts from this blog

gridview - Yii2 DataPorivider $totalSum for a column -

java - Suppress Jboss version details from HTTP error response -

Sass watch command compiles .scss files before full sftp upload -