I’ve got an UIActionSheet with a single button that I show in a popover. In landscape mode there is a plenty of space around the popover, so that it displays with an arrow in the middle and everything is fine:

in landscape

In portrait the popover has to be displayed with an arrow on the right side:

in portrait

Now the button looks a little bit too low and little bit too far to the right (it’s not the cropping). Have you met this behaviour? Did you manage to fix it?

link|improve this question

did you find a solution to this? – Luke Jan 6 '11 at 15:49
No, we just put up with the wrong alignment. – zoul Jan 6 '11 at 16:34
feedback

1 Answer

Looks strange?

Of the top of my head you could send the button a

[button sizeToFit] 

message after it has been added to the popover. It's a long shot.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.