Search code examples
iphoneiosipaduisplitviewcontroller

How can i send some value from detailView to a masterView in a splitView controller?


I have a table on the masterView and some buttons on the detailView. so when i click some button, based on the button click the masterTable should load???


Solution

  • you may design a interface as ** detailViewDelegate**

    then implement in ** masterView**