Niche technologies
Friday, 10 June 2011
Default UITableViewCell font, and how to change it?
The default font is... Helvetica! If you want to change the size of the font, you can use:
cell.textLabel.font = [UIFont fontWithName:@"Helvetica" size:14.0];
You can also change the font using the above statement with a different font name.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment