iOS – How to achieve emboss effect for the text on UILabel?
UPDATE FOR iOS 7.0 In iOS 7.0, Apple added a new attribute, NSTextEffectAttributeName, for attributed strings. If your deployment target is iOS 7.0 or later, you can set this attribute to NSTextEffectLetterpressStyle to draw an attributed string in an embossed style. ORIGINAL I can’t say for certain how Apple draws the embossed text. It looks … Read more