我的项目中有另一个项目。
TutorialViewController *con = [[TutorialViewController alloc] initWithNibName:@"TutorialViewController" bundle:nil WithFrame:CGRectMake(0, 0, 320, 460) AndImages:imageArray PageControlLocation:kPageControlLocationDown WithColor:[UIColor blackColor]];
[self presentModalViewController:con animated:YES];
我想调用它TutorialViewController
ViewController
,但我认为(知道)编译器没有找到这个笔尖,因为他没有在主包中找到它......
那么有人知道怎么称呼它VC
吗?