I have a grouped style UITableView. It have only one section & the section has only 5 rows always (Fixed). The section is shown like..

But I want to show it in the middle of the screen like this…

What should I do to get this?
Thanks
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.
Well you can set the edge insets, but you should not do that.
This is not a behavior that user would expect.
But if you reallllllllly want to you can user the edgeInset via the interface builder or via code:
You will have to figure out the top of the offset. (this is the 200.0f number)