开发者

Making normal tableview cell's text to be on the top instead of being in the middle

开发者 https://www.devze.com 2023-02-06 06:14 出处:网络
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?

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

0

精彩评论

暂无评论...
验证码 换一张
取 消