Is is possible to allow the view to be editable (allow user interaction) when a UIActionSheet is in view? For example [nameofactionsheet showInView:self.view];. Normally whenever the action sheet is open the user can’t play around with view behind it. Is it possible to allow interaction?
thanks
Not if you use UIActionSheet.
But you could implement with custom logic perhaps..