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

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -