On Sun, Apr 12, 2009 at 1:19 PM, Miles <vardpeng...@gmail.com> wrote:
> In the meantime if you have a good link handy about how to do this I would
> appreciate it.

If you put something in the Resources directory of the app bundle, you
can use NSBundle's -pathForResource:ofType: and related methods to get
their paths.  Since you're working on iPhone, you need to be conscious
of the tradeoffs of compressing resources on-disk (and taking the
processor time to decompress them, either at startup or on load)
versus leaving them uncompressed (and consequently consuming more disk
space).  Making them static arrays, however, is probably not a good
idea.

--Kyle Sluder
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to