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
I found an answer over here that works.
using: [filterActionSheet showInView:[self.view window]];
[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...