Using Fonts

Examples cell.textLabel.font = [UIFont boldSystemFontOfSize:18]; cell.detailTextLabel.font = [UIFont systemFontOfSize:14];

Read More