私のアプリケーションでは、UIViewを含む画面全体をオーバーラップして暗くするを開始したいのですUINavigationBarが、コードは次のとおりです。
- (void)showInstruction
{
self.holedView = [[JMHoledView alloc] initWithFrame:[UIScreen mainScreen].bounds];
[self.view addSubview:self.holedView];
}
しかし、実際には、画面に が表示されていself.holedViewない地区を暗くすることしかできません。UINavigationBarどうやってやるの?