OHAttributedLabel
OHAttributedLabel copied to clipboard
renderInContext: get a unexpected result
I use OHAttributedLabel to render my text, then I snapshot the view to animate. The snapshot image is this:
But UILabel works correctly. Did I miss something?
How do you do your snapshot? Does the BitmapContext you create for your snapshot has the right configuration (colorspace, numberOfComponents, …)?
Is the issue still present if you use iOS7 new official methods -[UIView snapshotViewAfterScreenUpdates:] to provide a snapshot?