¡@

Home 

2014/10/15 ¤U¤È 10:12:57

iphone Programming Glossary: productsviewcontrollerdelegate

Handling app delegates and switching between views

http://stackoverflow.com/questions/6364911/handling-app-delegates-and-switching-between-views

controller animated YES And for ProductsViewController.h @interface ProductsViewController UIViewController id ProductsViewControllerDelegate delegate @property nonatomic retain IBOutlet id ProductsViewControllerDelegate delegate ProductsViewController.m contains.. UIViewController id ProductsViewControllerDelegate delegate @property nonatomic retain IBOutlet id ProductsViewControllerDelegate delegate ProductsViewController.m contains @synthesize delegate But the views do not switch... Thoughts EDIT Here is the.. 17 27 17 27 17 31 warning passing 'iPadSpeckAppViewController const __strong' to parameter of incompatible type 'id ProductsViewControllerDelegate ' 3 iphone objective c delegates uiviewcontroller share improve this question This warning is oddly worded but it is..