UITableViewCell Space between Title and Subtitle -iOS

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

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

\"enter

5条回答
  •  心在旅途
    2021-01-12 16:53

    You can add two labels in your cell content view instead of setting cell label. Adjust the y origin as per need. Adding heightForRowAtIndexPath will increase your cell height.

提交回复
热议问题