xcode - How to add Resource in IOS project at runtime -
Is it possible to include images in the iOS application in runtime?
No Xcode project is automatically present on runtime, and the application bundle can not be modified.
If you need to add data to runtime, you will need to save it outside the application bundle.
Comments
Post a Comment