开发者

touch action of UIActionSheet not works fine

touch action of UIActionSheet not works fine

开发者_高级运维I found in my ipod touch and in iphone simulator, the button "return" only respond when touch area inside red rectangle, other places not respond

What's the problem?


Are you using a tabbar controller? The problem is that you are calling actionsheet in a subview and it's not fullscreen. I had the same problem and I found the solution in this answer:

iphone - weird bug between UIActionSheet and UITabBar

[actionSheet showInView:[UIApplication sharedApplication].keyWindow];


There is no problem in your actionsheet.

its by default you have to push at upper side

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜