How to apply text shadow to UITextView?
Posted
by mystify
on Stack Overflow
See other posts from Stack Overflow
or by mystify
Published on 2010-05-17T17:26:13Z
Indexed on
2010/05/17
17:30 UTC
Read the original article
Hit count: 539
iphone
|uitextview
Actually I love UILabel. They're sweet. Now I had to go to UITextView because UILabel is not aligning text vertically to the top. Damn. One thing I really need is a text shadow. UILabel has it. UITextView seems to not have it. But I guess that guy just uses the same underlying UIKit NSString additions?? Maybe someone already has a solution for that problem? What would I overwrite?
© Stack Overflow or respective owner