0
votes

I have a form sheet modally presented on a view controller. On the form sheet, I want to modally present a another view. How can I achieve that? When I present a new view on form sheet it dismisses the form sheet and then present the new one. I want both the view presented modally.

1

1 Answers

1
votes

You can present only one view at a time.