0
Execute方法從一個UIViewController
我叫另一UIViewController
對父母的UIViewController
FullScreenViewController *anotherViewController = [[FullScreenViewController alloc] initWithNibName:@"FullScreenViewController" bundle:nil];
UIView *theWindow = [currentView superview];
[theWindow addSubview:newView];
在打開的FullScreenViewController
,我想提出一個UIButton
調用父UIViewController
內的方法。
有辦法做到這一點?我應該如何繼續?
感謝