view controller A B C D A -> B -> C-> D popViewController only form D to C popViewTopController only form D to A; Any way can I pop to any view as I wish if I have 10 view controllers?
Thanks for everyone. will the popViewController pop to a new view Controller ?
if you want to pop any view you want to change
objectAtIndex
:1,2,3..etc it will pop to first,second etc... from the any views.