Quantcast
Channel: Infragistics Community
Viewing all articles
Browse latest Browse all 2374

UIImage: Tips and Tricks for iOS

$
0
0
When writing apps for iOS its important to know how to deal with images. Whether it's displaying large images in a photo viewer type situation or as simple as an icon for a tab bar item. In this post i'm going to walk through a bunch of tips and tricks for a range of different use cases with images. Loading Images: from within your project UIImage * img = [UIImage imageNamed:@"image.png"]; The imageNamed method, is actually really powerful. For the simplest case, all you need to...(read more)

Viewing all articles
Browse latest Browse all 2374

Trending Articles