I am in big trouble. Now I am going to explain to you about my problem. I want to show eight images in a table where three images in a row. Please give me some clue......
Asked
Active
Viewed 110 times
-2
-
1possible duplicate of [Grid view in iPhone SDK](http://stackoverflow.com/questions/2265293/grid-view-in-iphone-sdk) – Thilo Nov 09 '11 at 08:29
-
`NSLog(@"%d" 8/3)`, 2 rows?? Please improve your question, there isn't really much we can answer here – James Webster Nov 09 '11 at 08:31
1 Answers
1
You could use a framework that will handle all that for you.
One option you have is Three20, another is AQGridView.
Three20 has go a TTPhotoViewController specifically aimed at implementing a multicolumn table filled with photos.
If you are not interested to all that Three20 has to offer, I would suggest going for AQGridView, anyway.

sergio
- 68,819
- 11
- 102
- 123