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
2010-07-07 04:46:44