
This is my TabBarViewController.i want to back in SourceTableViewController after completing the action transfer of FundTransferViewController.Any help?

This is my TabBarViewController.i want to back in SourceTableViewController after completing the action transfer of FundTransferViewController.Any help?
if you want to go to another tab after completing action in another tab, this will help:
so if SourceTableViewController index number in tabbar is 2, than
call this in your transfer action in
FundTransferViewControllerclass.