¡@

Home 

2014/10/15 ¤U¤È 10:13:32

iphone Programming Glossary: rrequestviewcontroller

splitViewController with Two NavigationController linking protocols

http://stackoverflow.com/questions/5263128/splitviewcontroller-with-two-navigationcontroller-linking-protocols

mainBundle detailViewController.detailNavController pushViewController DetailViewController animated YES DocumentsVC RRequestViewController DocumentsVC alloc initWithNibName @ DocumentsVC bundle NSBundle mainBundle self.navigationController pushViewController.. alloc initWithNibName @ DocumentsVC bundle NSBundle mainBundle self.navigationController pushViewController RRequestViewController animated YES This works. The issue I am having is how do I pass information or function calls from the Main side of the.. View to the Detail side of the Split view If I present the UIViewController via the following method DocumentDetailVC RRequestViewController DocumentDetailVC alloc initWithNibName @ DocumentDetailVC bundle NSBundle mainBundle RRequestViewController.delegate self..