How can I increase the space between the title and subtitle in UITableViewCell?
If your row height is greater then the title and subtitle will be vertically middle align.
- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath { return 100; }