Re: App icon
Re: App icon
- Subject: Re: App icon
- From: Dave DeLong <email@hidden>
- Date: Wed, 01 Apr 2009 18:26:15 -0600
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
References: | |
| >App icon (From: fawad shafi <email@hidden>) |
| >Re: App icon (From: Kiel Gillard <email@hidden>) |