I have created a module in which i have 5 classes in this i need to perform a task like
vc1->vc2->vc3
now from vc3 i used to push vc4 from the reference of a base class. base class is a class on which vc1 controller's is added as a subview.
and now i need to pop from vc4 to vc3.