Re: App icon
Re: App icon
- Subject: Re: App icon
- From: Kiel Gillard <email@hidden>
- Date: Thu, 2 Apr 2009 11:40:02 +1100
That's ok, his original question said "first time in simulator" so I
figured his app had some sort of simulator mode for its first launch.
Kiel
On 02/04/2009, at 11:26 AM, Dave DeLong wrote:
Given that he mentioned running it in the simulator, I was guessing
that he was asking about an iPhone application (upon which
assumption I based my answer).
Dave
On Apr 1, 2009, at 6:24 PM, Kiel Gillard wrote:
NSApplication provides the instance method setApplicationIconImage:
At startup (say, the applicationDidFinishLaunching: method) you
could determine what icon you need to display and set it, using the
above method, to the appropriate icns file from your bundle.
Note that this will not permanently modify the icon, it only
modifies the icon image used for one session of your application.
Kiel
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden