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,

Tharindu

On Fri, Aug 20, 2010 at 8:24 PM, Hunter Hillegas li...@lastonepicked.comwrote:

 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:

  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 ??


___

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


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 ???
 
 Keeping several Default images..


As others have pointed out already, this is _not_ possible.

The whole point of the default image is to make it look like your app is 
launching quickly. For some apps, this is simply a blank background image.  For 
my own app, this also includes buttons and other controls that are void of text.

Keep in mind that with fast-app switching on iOS4, your app may come back into 
view exactly how it was when it was suspended.  Note that is only a _may_ and 
not a guarantee.  Should the OS have to terminate your app (to free up 
resources), the next time your app is launched, it will display the original 
default image (since it's once more doing a normal launch).

I highly recommend viewing Sessions 105 and 109 from WWDC 2010 (Adopting 
Multitasking Parts 1 and 2).  They list some tips on how to keep your app 
resident in memory as long as possible.

___
Ricky A. Sharp mailto:rsh...@instantinteractive.com
Instant Interactive(tm)   http://www.instantinteractive.com



___

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


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 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


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
tharindu...@gmail.com 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 similar thing ???

 Keeping several Default images..

In addition to what Ricky said, note that Apple apps occupy a place of
special privilege on the iPhone, and can do a lot more than what our
apps can do. For example, Apple apps have been able to multitask since
the very beginning, and are still able to do so without the
limitations imposed on third-party apps by iOS 4 multitasking. There
are many other examples. So, unfortunately, that an Apple app can do
it doesn't mean anything for whether we can do it too.

Mike
___

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


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:

 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 ??

___

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