Making normal tableview cell's text to be on the top instead of being in the middle
Hey I need a fairly large cell to show my information, but when I put text in it, t开发者_运维技巧he text starts from middle weirdly, how can I make it so, that it starts from the top?
Thanks in advance!
I recommend you that you use a custom UITableViewCell so you can place the elements wherever you need them to be. Here you have a couple of links that will help you do so:
Custom UITableViewCell using Interface Builder
Creating Custom UITableViewCell Using Interface Builder
I hope it helps,
Regards
精彩评论