I'm developing a tabbar application.In the first tab a text is displaying.There is an option for saving that text.The bookmarked(saved)text can viewed in third tab.Third tab bar view is a table view.The book marked text are displayed in that tableview.So when i click each row it should return to first tab and the corresponding text is to be viewed there.i pushed the first tab using ReminderAppDelegate *theDelegate = (ReminderAppDelegate *)[[UIApplication sharedApplication] delegate]; UITabBarController *tabController = theDelegate.tabBarController;
tabController.selectedIndex = 0; But how can i view that particulat text in first view.can any one help me plz.Thanks in advance.