I have a default tableview style with 4 entries and would like to customize it show only 4 large image.
Is possible custom table view or i must use another method?

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.
When you have such a display (a menu like, not a table like) I use simple buttons with the following properties:
I either set the Title of the button if it doesn’t ruin the design, or I add labels under the buttons to explain what they do. In the
TouchUpInsideevent of the buttons I push the view that I want using a navigation controller.