¡@

Home 

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

iphone Programming Glossary: righty

splitViewController with Two NavigationController linking protocols

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

top write this line #import Left.h #import Right.h in @interface RootViewController write this lines Left lefty Right righty after that declare property as @property nonatomic retain Left lefty @property nonatomic retain Right righty go to ROOTVIEWCONTROLLER.M.. Right righty after that declare property as @property nonatomic retain Left lefty @property nonatomic retain Right righty go to ROOTVIEWCONTROLLER.M file synthesize as @synthesize lefty @synthesize righty after that in RootViewController.m just.. @property nonatomic retain Right righty go to ROOTVIEWCONTROLLER.M file synthesize as @synthesize lefty @synthesize righty after that in RootViewController.m just replace your function with this one IBAction myBtnPushed NSLog @ myBtnPushed lefty..