¡@

Home 

2014/10/15 ¤U¤È 10:11:00

iphone Programming Glossary: lefty

splitViewController with Two NavigationController linking protocols

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

on the 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.. 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 file synthesize as @synthesize lefty @synthesize righty.. 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 replace your function with this one IBAction myBtnPushed NSLog..