How would you go about centering a cell vertically in a UITableViewCell when there’s only one or two cells? Apple does this quite often in their apps, for example in the Settings app, when editing the date.
Here’s an example:

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.
I’d consider putting a large, transparent UITableViewCell above it (ala how you do it in gitHubby with the user’s info, but with no data).
thats the benefit of have 480 pixels high. you can put something in, fixed size, and it’ll JUST WORK.
Or put a \n\n\n containing section header in, which is also invisible and transparent.
oh for Spy++ or something for running iOS apps 🙂