UIActionSheet position on landscape and portrait

Posted by Dave on Stack Overflow See other posts from Stack Overflow or by Dave
Published on 2010-03-20T20:22:53Z Indexed on 2010/03/20 22:21 UTC
Read the original article Hit count: 821

UIActionSheet positioning is not centered when I open it in landscape mode. If I set bounds or change the frame. The contents inside the UIActionSheet which is a subview changes but the actual sheet remains in the same place which looks very awkward.

How do I move the UIActionSheet along with it's subview to the center of the screen?

© Stack Overflow or respective owner

Related posts about cocoa-touch

Related posts about uiactionsheet