I would like to know how to create a glowing font that looks like this:
Asked
Active
Viewed 403 times
1
-
Related: http://stackoverflow.com/questions/1420131/iphone-text-glow-effect – turbo Dec 11 '12 at 14:54
-
I didn't try anything yet. – Ziad.T Dec 11 '12 at 14:54
-
Use a shadow and rather than using a black color or gray color use the color of the 'glow' you want.. – Antwan van Houdt Dec 11 '12 at 14:55
-
@Ziad.T if you have not tried anything yet, why are you asking for help? Maybe try searching first? Hence the downvotes – ophychius Dec 11 '12 at 15:00
2 Answers
2
Try this tutorial, it includee the source as well, you might find it helpful
http://www.redrobotstudios.com/blog/2010/04/29/create-glow-soft-shadow-text-on-iphone/

danielsalare
- 335
- 3
- 14
2
The effects on the font in your example are almost certainly achieved with images. They most likely used Photoshop to create the images, and then they programmatically add and remove subviews as needed to display the digits, days of the week, etc.

woz
- 10,888
- 3
- 34
- 64