Answers for "statusbarwindow.status bar objective c"

0

statusbarwindow.status bar objective c

UIView *statusBar = [[UIView alloc]initWithFrame:[UIApplication sharedApplication].keyWindow.windowScene.statusBarManager.statusBarFrame] ;
statusBar.backgroundColor = [UIColor whiteColor];
[[UIApplication sharedApplication].keyWindow addSubview:statusBar];
Posted by: Guest on June-20-2021

Code answers related to "Objective-C"

Browse Popular Code Answers by Language