Iphone - grid of pictures using scroll view and ad UIImageViews to it
Can someone give me one sou开发者_运维技巧rce file working ?
Alternatively you can look at my AQGridView, which can display anything in a grid, using an API similar to that of UITableView
.
You might want to take a look at Facebook's Three20, specifically their TTPhotoViewController class.
Update: Other options (possibly more modular and easier to integrate in your project):
- https://github.com/mwaterfall/MWPhotoBrowser
- https://github.com/kirbyt/KTPhotoBrowser
- http://github.com/alanQuatermain/AQGridView (as suggested by Jim)
精彩评论