UIActionSheet cancel button strange behaviour

前端 未结 7 1015
猫巷女王i
猫巷女王i 2020-12-04 05:44

I have a UIBarButtonItem opening an action sheet to offer users choices about what to do. Everything works as expected unless I try to click on the \"Cancel\" button. The ta

7条回答
  •  粉色の甜心
    2020-12-04 05:57

    I found an answer over here that works.

    using: [filterActionSheet showInView:[self.view window]];

    i tried a few ways to get to my tab bar and they way this app is set up it seem convoluted...

提交回复
热议问题