Re: [iPhone] How to change Default.png Image Dynamically

2010-08-21 Thread Michael Ash
On Sat, Aug 21, 2010 at 8:39 AM, Tharindu Madushanka wrote: > Hi, > > But it seems like iPhone Phone app has some different Default.png images.. > When you exit from Keypad menu.. it will load one image.. > > When you exit from other tabs, Default image is some other.. Is it possible > to do simil

Re: [iPhone] How to change Default.png Image Dynamically

2010-08-21 Thread Tharindu Madushanka
Hi, ah. ok. Yep. I realized that in iOS4. Then it's an OS feature.. Thanks a lot. I was confused with that :) Tharindu ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact

Re: [iPhone] How to change Default.png Image Dynamically

2010-08-21 Thread Ricky Sharp
On Aug 21, 2010, at 7:39 AM, Tharindu Madushanka wrote: > But it seems like iPhone Phone app has some different Default.png images.. > When you exit from Keypad menu.. it will load one image.. > > When you exit from other tabs, Default image is some other.. Is it possible > to do similar thing ?

Re: [iPhone] How to change Default.png Image Dynamically

2010-08-21 Thread Tharindu Madushanka
Hi, But it seems like iPhone Phone app has some different Default.png images.. When you exit from Keypad menu.. it will load one image.. When you exit from other tabs, Default image is some other.. Is it possible to do similar thing ??? Keeping several Default images.. Thanks and Kind Regards,

Re: [iPhone] How to change Default.png Image Dynamically

2010-08-20 Thread Hunter Hillegas
It is not, no. You're not allowed to replace anything in the bundle. You could start with a black Default.png and then very quickly load your own shot into an image view while the rest of your apps loads. Probably depends on your use case. On Aug 20, 2010, at 5:15 AM, Tharindu Madushanka wrote:

[iPhone] How to change Default.png Image Dynamically

2010-08-20 Thread Tharindu Madushanka
Hi, Is it possible to save a screen shot of last running application screen as the app loading screen next time.. I see may be Maps iPhone application does something similar to that instead loading static Default.png image. Could someone kindly clarify this ?? Thanks and Kind Regards, Tharindu