I have an iPhone app that uses an action sheet but I can’t work out how to make one of the buttons open a new view when pressed. I know how to implement the action sheet – that’s not a problem, its the actual action of opening the new view that’s the issue.
Any help would be greatly appreciated. Thanks.
I usually just create a new method and have the action sheet do it.
For instance:
Then, in your
openModalViewmethod: