Is it possible to include images into the ios application in runtime.
Asked
Active
Viewed 488 times
1
-
Can you clarify? What exactly are you trying to accomplish? (Do you just want to be able to download assets and keep them on the device? In that case, yes, you can store files within the application sandbox.) – davehayden Jul 12 '12 at 06:01
-
Please look into this http://stackoverflow.com/questions/7557273/tutorial-or-guide-for-scripting-xcode-build-phases/8274376#8274376 – muthukumar Jul 12 '12 at 06:16
-
I want to download all images from server when application loads initially and later i have to use those images inside the application – Adams Jul 12 '12 at 06:28