ok so lets say a user is far into a view hierarchy.
i want them to be able to press a button and have the current view dissapear the parentview controller(the parent view controller of the view hierarchy) to be displayed
how would i do this?
OK, I'm confused. Are you talking about a view hierarchy (views added to other views with addSubview🙂 or a navigation stack (which is what it really sounds like you are talking about).