UIActionsSheet text shadow problem
Posted
by
AlexVogel
on Stack Overflow
See other posts from Stack Overflow
or by AlexVogel
Published on 2010-12-27T12:56:57Z
Indexed on
2010/12/27
14:54 UTC
Read the original article
Hit count: 168
I have a problem with the text shadow of the UIActionSheet buttons. At iOS 4.0.2 long string were truncated automatically. No at iOS 4.2 these texts are presented with a smaller font. But now the offset of the shadow is corrupted and to big.
Is there a possibility to change/remove the text shadow of the UIActionSheet.
EDIT: I'm building the UIActionSheet not with initWithTitle:
, but with the normal init
and sets all needed properties afterwards because the number of possible buttons is dynamic and the texts cannot be change. I've tested it with initWithTitle:
and got the same results.
© Stack Overflow or respective owner