1

UIActionSheet 的默认行为过去是触摸背景没有解除它,实际上什么也没做。但是在 iOS 7 中触摸背景相当于按下cancelButton.

我正在修改一些需要保持 iOS 6 行为的软件。我怎样才能避免关闭操作表?

4

1 回答 1

1

You can achieve this by not using a cancel button.

Check this SO post:

UIActionSheet in iOS7 dismissing when user taps ANYWHERE on the screen on iPhone

于 2013-10-08T19:40:37.763 回答