「ios入門」IOSでナビゲーションバーをカバーする方法
コード下記:
KWAppDelegate *delegate = [UIApplication sharedApplication].delegate;
[delegate.window.rootViewController.view addSubview:self.driveUpdateWarnBox];
Coding Changes the World
コード下記:
KWAppDelegate *delegate = [UIApplication sharedApplication].delegate;
[delegate.window.rootViewController.view addSubview:self.driveUpdateWarnBox];