大概这样,笔记一下,防止忘记

1 - (void)applicationDidFinishLaunching:(NSNotification *)aNotification
2 {
3     MyViewController* ctller = [[MyViewController alloc] initWithNibName:@"MyViewController" bundle:nil];
4     [self.window setContentView:ctller.view];
5     [ctller release];
6 }

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-20
  • 2022-12-23
  • 2021-10-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案