Thursday, September 6, 2012

How to load an image from resource file

It is very simple and straight forward to do in iOS:

    UIImage *overlayImage = [UIImage imageNamed:@"bookmark.png"];
 

No comments:

Post a Comment