当前位置:网站首页>Set status bar style demo
Set status bar style demo
2022-07-06 21:58:00 【Full stack programmer webmaster】
Hello everyone , I meet you again , I'm the king of the whole stack .
The effect achieved :
The color changes from black to white
// Set the style of the status bar
– (UIStatusBarStyle)preferredStatusBarStyle
{
returnUIStatusBarStyleLightContent;
}
// changes navigationBar The color of the
self.navigationBar.barTintColor = [UIColor colorWithRed:79 / 255.0 green:195 / 255.0 blue:137 / 255.0 alpha:1.0];
// changes navigationBar The rendering color of the content on
self.navigationBar.tintColor = [UIColorwhiteColor];
such as : The original picture is :
Formatted As shown in the picture
// changes navigationBar The rendering color of the content on
self.navigationBar.tintColor = [UIColor whiteColor];
Copyright notice : This article is the original article of the blogger . Blog , Do not reprint without permission .
Publisher : Full stack programmer stack length , Reprint please indicate the source :https://javaforall.cn/117063.html Link to the original text :https://javaforall.cn
边栏推荐
- Codeforces Round #274 (Div. 2) –A Expression
- Digital transformation takes the lead to resume production and work, and online and offline full integration rebuilds business logic
- Leetcode learning records (starting from the novice village, you can't kill out of the novice Village) ---1
- GPS从入门到放弃(十六)、卫星时钟误差和卫星星历误差
- Numpy download and installation
- [Li Kou brushing questions] one dimensional dynamic planning record (53 change exchanges, 300 longest increasing subsequence, 53 largest subarray and)
- Tips for web development: skillfully use ThreadLocal to avoid layer by layer value transmission
- Technology sharing | packet capturing analysis TCP protocol
- GPS从入门到放弃(二十)、天线偏移
- Quick access to video links at station B
猜你喜欢

Microsoft technology empowerment position - February course Preview

中国白酒的5场大战
![[Chongqing Guangdong education] Tianjin urban construction university concrete structure design principle a reference](/img/61/976c7d86ab3b2df5f5af3beefbf547.png)
[Chongqing Guangdong education] Tianjin urban construction university concrete structure design principle a reference

GPS从入门到放弃(十七) 、对流层延时

GPS从入门到放弃(十九)、精密星历(sp3格式)

Caching strategies overview

袁小林:安全不只是标准,更是沃尔沃不变的信仰和追求

50 commonly used numpy function explanations, parameters and usage examples

Uni app app half screen continuous code scanning

What can one line of code do?
随机推荐
The underlying implementation of string
Redistemplate common collection instructions opsforset (V)
[Yu Yue education] higher mathematics of Nanchang University (2) reference materials
What can one line of code do?
guava:Collections. The collection created by unmodifiablexxx is not immutable
GPS from getting started to giving up (XIII), receiver autonomous integrity monitoring (RAIM)
Realization of epoll reactor model
mysql根据两个字段去重
MySQL - transaction details
Michael smashed the minority milk sign
Efficiency tool +wps check box shows the solution to the sun problem
设置状态栏样式Demo
新入职一家公司需要去实践和注意的内容
Why rdd/dataset is needed in spark
JPEG2000 matlab source code implementation
SQL:存储过程和触发器~笔记
[Li Kou brushing questions] one dimensional dynamic planning record (53 change exchanges, 300 longest increasing subsequence, 53 largest subarray and)
Guava: three ways to create immutablexxx objects
AI 企业多云存储架构实践 | 深势科技分享
bat脚本学习(一)