Core Animation Unwanted Text Sharpening.
Posted
by dave-gennel
on Stack Overflow
See other posts from Stack Overflow
or by dave-gennel
Published on 2010-03-19T19:59:34Z
Indexed on
2010/03/19
20:01 UTC
Read the original article
Hit count: 211
Whenever I add a layer for Core Animation either from the nib or programatically, the NSTextFields (labels) in my interface get messed up. Here's a screenshot from Apple's BasicCocoaAnimations example. (Look at the text fields on the left, somehow they're drawn sharper than normal)
Note that if I add a layer in IB then it also gets messed up in IB itself before I even run my app.
© Stack Overflow or respective owner