UITableViewCell Space between Title and Subtitle -iOS

后端 未结 5 1376
[愿得一人]
[愿得一人] 2021-01-12 16:22

How can I increase the space between the title and subtitle in UITableViewCell?

\"enter

5条回答
  •  春和景丽
    2021-01-12 16:42

    The best way would be to just subclass UITableViewCell. That way, you can have total and complete control over the position of the labels. If this is not an option, you could modify each label's frame manually.

提交回复
热议问题