How to make a uiactionsheet dismiss when you tap outside eg above it?

后端 未结 10 1173
清酒与你
清酒与你 2020-12-16 00:48

How do i make a uiactionsheet dismiss when you tap outside eg above it? This is for iPhone. Apparently the ipad does this by default (I may be wrong).

10条回答
  •  遥遥无期
    2020-12-16 00:57

    in iOS7 I add dismissWithClickedButtonIndex msg in gestureRecognizerShouldBegin, and it works.

提交回复
热议问题