iPhone NSString drawAtPoint linebreakmodeWordWrap
- by hecta
Hello,
Since I had a very slow scrolling tableView I'm now trying to catch up with the direct draw method, similiar to the Tweetie App sample or Apples TableViewSuite code.
So right now I'm struggling to draw NSString with more than one line.
I'm using the [NSString drawAtPoint: forWidth: withFont: linebreakMode:] method, and it "breaks" the…