iphone interface glow effect question

前端 未结 2 1925
故里飘歌
故里飘歌 2021-02-09 05:00

I\'d like to achieve the glow effect on what I believe are UILabels (or maybe a custom control?) in this application called convert. I think the app looks pretty neat and I\'m t

相关标签:
2条回答
  • 2021-02-09 05:35

    In my answer here, I describe a way to apply a glow effect to any text or vector elements drawn within a UIView or CALayer.

    0 讨论(0)
  • 2021-02-09 05:45

    The applicatin seems to have the glow effect only for numbers. That's 10 digits plus a few symbols (".", "+", "-", etc). An easy way to achieve this is to have a different image for each digit and symbol, and create a subclass of UIView that can draw numbers in its drawDect method.

    0 讨论(0)
提交回复
热议问题