5

Actually, I’ve read somewhere that keeping images as bundle would be the proper way to prevent it from being copied from .ipa file. So, I would like to know how to make bundles for images. Please help me out.

Nina
  • 1,579
  • 2
  • 21
  • 51
  • Possible duplicate of [How to make an iOS asset bundle?](http://stackoverflow.com/questions/4888208/how-to-make-an-ios-asset-bundle) – Mark Amery Dec 11 '15 at 10:45

1 Answers1

2

There's some good advice regarding creating and accessing an asset bundle in the answers to this question.

Community
  • 1
  • 1
Andy Bowskill
  • 1,734
  • 3
  • 18
  • 36
  • I couldn’t believe, its that simple. Thank you so much! – Nina Aug 27 '12 at 11:09
  • @Nina: yes you are right its not simple task for freshers, But why you need of that you can also just copied in the bundle by just droping it in XCode ... – Himanshu Agnihotri Jan 15 '13 at 11:35
  • @Nina: I want to say you that why you are going to create a bundle by default we can get an application bundle in each app you can store it images there via just drag an drop to xcode and you can see your bundle resource in app target + third tab Build Phase +4th optioncopy bundle resource in XCode 4.5.2 if still you are not getting then add me on skype my username: "himanshu_agnihotri", I will explain you there thanks !! – Himanshu Agnihotri Jan 16 '13 at 07:49