How do you create a .bundle to store images?

bundle, ios, iphone, xcode

Solution

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

Problem

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.

Original source

Related problems