#import "RootViewController.h"
RootViewController *rootVC=[[[RootViewController alloc] init] autorelease];
self.window.rootViewController=rootVC;
iOS appdelegate 中将自定义的视图作为启动视图
阅读 69
2022-07-14
#import "RootViewController.h"
RootViewController *rootVC=[[[RootViewController alloc] init] autorelease];
self.window.rootViewController=rootVC;
相关推荐
精彩评论(0)