I make Iphone application and I want make my table view to look like home screen. I mean to make grid 4×4. I want to can touch either button from row. How can I do that?
Share
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.
You can’t have multiple columns in a uitableview, one way to accomplish what you want is to use a scrollview and place each view in it with the appropriate frames in order to make it look as you wish, another way might be to add the views as you wnt them to the cells however I think the first option gives you more flexibility
Hope this helps
Daniel