views:

27

answers:

1

Can glow effects be applied on text inside UITextView? If so, how?

A: 

Not really. You might be able to use a CSS-styled (using the text-shadow property) <textarea> in a UIWebView, though.

Noah Witherspoon