Is there something faster than -drawInRect:withFont:lineBreakMode:alignment: ?
- by mystify
Shark shows me that this method takes a HUGE performance hit. Like 80% in my table view. All I do is draw two labels per cell (about 8 in total per page). During scrolling. I drawInRect: with that.
Are there some better methods? Like drawing directly to some layer?