Can I dismiss a parent ViewController?
Hi, I have an app with many view controllers and xibs, and what I'm trying to do is this:
Page 1 -> Page 2 -> Page 3 -> Page 4 -> Page 1
I wanna go from page 4 straight to page 1, but if I try to load Page 1 FROM page 4 the app crashes, because the first page is already loaded.
So how can I do this? I'm trying to dismiss all loaded view controllers but everything I tried so far didn't work...
|