I want a tutorial for help me to create a table view thumbnail like this.

I use UItableView to implement this view and try to custom UITableViewCell
but UITableViewCell can’t support
anyone can sugess me
thank.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you don’t need all the features of a table view, and the number of thumbnails isn’t large, you can just make the thumbnails as image buttons inside a UIView inside a UIScrollView.