How can I increase the space between the title and subtitle in UITableViewCell?
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.