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
If you're using the version of Helvetica that is bundled in iOS, you can simply do:
[UIFont boldSystemFontOfSize:17.0];