ios - 苹果APP如何设置不同的导航栏高度?
ringa_lee
ringa_lee 2017-04-18 09:13:01
0
3
715

如题。。。望大神告知~拜谢~~~

ringa_lee
ringa_lee

ringa_lee

reply all(3)
左手右手慢动作

For needs like this, I always recommend abandoning the system’s own navigationBar and using your own navigationBar. Several of those big-name apps also use the system navigationBar. It can be seen that they basically write their own views. You can set the height as high as you want

洪涛

Provided by the system, you can get the height attribute through runtime and assign the value through kvc. However, in general projects, you can customize the navigationBar yourself or hide it directly and use view instead

Ty80

It’s all customizable, meet all your needs, don’t be limited to what the system provides, we can customize many functions. If the system cannot be used, we have to find a way to discard it. Well, that's what it looks like.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template