I am doing some word wrapping in my tableview as some of the values are so big they go off the edge of the screen.
However, the font and size and boldness dose not match
You would use:
+ (UIFont *)boldSystemFontOfSize:(CGFloat)fontSize
If you provided a custom font or are using a system-provided font, you'd use the bold typeface as the name of the font:
[UIFont fontWithName:@"Arial-BoldMT" size:17];