GoldFire
GoldFire

Reputation: 53

How can I create photo thumbnails?

How can I create Photo Thumbnails like this?

Sketch

Upvotes: 0

Views: 1683

Answers (2)

TheEye
TheEye

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:

http://three20.info/

Upvotes: 2

Odys
Odys

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

Related Questions