AppIcon

Can I access the Application Icon (in images.xcassets)?

How?


I want to use ... setImage or setImageNamed


- David

Replies

Hi,


you should be able to use

[UIImage imageNamed:@"AppIcon60x60"];

or

[UIImage imageNamed:@"AppIcon76x76"];

or any other size you've provided in the AppIcon imageset.


Dirk