0
我有以下情形。如何訪問viewController中的方法
在我ZoomViewController
- (void) animationPicker: (NSString*) type;
,我想訪問它在使用下面的代碼我IntroViewController ..
ZoomViewController *zoomvc = [[ZoomViewController alloc] init];
[zoomvc animationPicker: @"Fade-in"]
但這不工作。爲什麼?和什麼是解決方案?
它看起來很好..什麼不工作? –
你在哪裏使用此碼? – user427969