0

I am working on UISplitView , I have a button in detailViewController I wants on a button click. show the MasterViewController and reload the table data of MasterViewController.

how it is possible, please provide me help

thanks

QueueOverFlow
  • 1,336
  • 5
  • 27
  • 48

1 Answers1

0

Please browse through the following links I hope they offer some solution ....

Refreshing Master TableView of a UISplitView Controller

reloadData in MasterView from DetailView

Community
  • 1
  • 1
IronManGill
  • 7,222
  • 2
  • 31
  • 52
  • thanks links are helpful for me. and my problem solved :), I wants to know that how I disappear or show the MainView control programmatically. I wants on button click of DetailView, MainView show to the user. – QueueOverFlow Sep 24 '12 at 11:58
  • Then add the appropriate action or selector to the button to make it navigate from one view to the other .... – IronManGill Sep 24 '12 at 12:01
  • I am working on Split view , can you provide me example to navigator from one view to other on button click of DetailView – QueueOverFlow Sep 25 '12 at 08:39