How can create a view with mutiple images, something similiar to the photo app on the iphone?
THanks
|
How can create a view with mutiple images, something similiar to the photo app on the iphone? THanks
| |||
|
feedback
|
|
So if you want a 4 by 4 grid of pictures (that are 20x20) each for example, you can use a scroll view and add UIImageViews to it something like
| |||
|
feedback
|
|
My standard answer: check out the
| |||
|
feedback
|
|
Works better for me (Daniel's code modified) :
| ||||
|
feedback
|