Reputation: 53
How can I create Photo Thumbnails like this?
Upvotes: 0
Views: 1683
Reputation: 9346
For creating thumbnails have a look at the category presented here:
http://vocaro.com/trevor/blog/2009/10/12/resize-a-uiimage-the-right-way/
And for the view, just make your own UIScrollView, or use a UITableView with several images per table cell. There are also some (sometimes quite big) packages around you can use, like this here - they have the full functionality of thumbnail views:
Upvotes: 2
Reputation: 9090
You can simply create a UIView and place UIImages in it. The ammount of images should be computed depending the hardware (iphone, retina, ipad, etc) There is no ready-made view to stack elememnts (UIImages) like in the c#
Upvotes: 0