当前位置:网站首页>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
边栏推荐
- Basic introduction of figure
- 【sciter】: 基于 sciter 封装通知栏组件
- Numpy download and installation
- Shell product written examination related
- Write a rotation verification code annotation gadget with aardio
- [Digital IC manual tearing code] Verilog automatic beverage machine | topic | principle | design | simulation
- 关于程序员的职业操守,从《匠艺整洁之道》谈起
- Hill | insert sort
- Univariate cubic equation - relationship between root and coefficient
- 功能强大的国产Api管理工具
猜你喜欢
Bat script learning (I)
GPS from getting started to giving up (XIII), receiver autonomous integrity monitoring (RAIM)
爬虫实战(五):爬豆瓣top250
20 large visual screens that are highly praised by the boss, with source code templates!
PostgreSQL install GIS plug-in create extension PostGIS_ topology
GPS从入门到放弃(十五)、DCB差分码偏差
Huawei has launched attacks in many industries at the same time, and its frightening technology has made European and American enterprises tremble
Yyds dry goods inventory C language recursive implementation of Hanoi Tower
What can one line of code do?
JPEG2000 matlab source code implementation
随机推荐
Shell product written examination related
Technology sharing | packet capturing analysis TCP protocol
【MySQL】Online DDL详解
[Yu Yue education] higher mathematics of Nanchang University (2) reference materials
Yuan Xiaolin: safety is not only a standard, but also Volvo's unchanging belief and pursuit
Aggregate function with key in spark
Univariate cubic equation - relationship between root and coefficient
Make menuconfig has a recipe for target 'menuconfig' failed error
Why is the cluster mode of spark on Yan better than the client mode
Huawei has launched attacks in many industries at the same time, and its frightening technology has made European and American enterprises tremble
Caching strategies overview
Reptile practice (V): climbing watercress top250
50 commonly used numpy function explanations, parameters and usage examples
Hill | insert sort
美国科技行业结束黄金时代,芯片求售、裁员3万等哀声不断
Broadcast variables and accumulators in spark
Basic introduction of figure
Five wars of Chinese Baijiu
【sciter Bug篇】多行隐藏
Numpy download and installation