Reputation: 31
Can anyone help? After downloading the some needed asset pack, ios put him into internal "AssetPack" directory. Can I get direct access to MY(loaded) files located in this directory? Thanks in advance!
Upvotes: 2
Views: 191
Reputation: 31
It can be accessed with [NSBundle pathForResource:ofType:], what return full path for downloaded resources.
Upvotes: 1