开发者_高级运维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
精彩评论