我有以下代码:
-(void) viewDidLoad{
LoginViewController *lvc = [[LoginViewController alloc] init];
[lvc setDelegate:self];
[self presentModalViewController:lvc animated:YES];
}
有没有办法访问当前已加载的视图而不扩展lvc的范围(即变成实例变量)...
答案 0 :(得分:0)
您可以通过以下方式访问它:
self.modalViewController