美文网首页IOS
iOS StatusBar背景色

iOS StatusBar背景色

作者: 倪大头 | 来源:发表于2018-09-19 18:16 被阅读75次
UIView *statusBar = [[[UIApplication sharedApplication] valueForKey:@"statusBarWindow"] valueForKey:@"statusBar"];
if ([statusBar respondsToSelector:@selector(setBackgroundColor:)]) {
    statusBar.backgroundColor = [UIColor colorWithHexString:@"f21c70"];
}

相关文章

网友评论

    本文标题:iOS StatusBar背景色

    本文链接:https://www.haomeiwen.com/subject/mptwnftx.html