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