UINavigationBar 中的自定义线条颜色
默认情况下,UINavigationBar 的底部有一条黑线,将其与下面的内容分开。
我怎样才能改变这种颜色,或者更好的是,完全删除这条线?
提前致谢。
UINavigationBars by default have a black line at the bottom of them, separating themselves from the content below them.
How can I change this color, or even better, completely remove the line?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不认为我们可以删除该行,但我们可以保留自己的图像而不是默认的导航栏。所以我们可以创造自己的形象并保持它。
为此,请将此代码添加到您的应用程序 Delegate.m 文件中。
希望对您有帮助...
I don't think we can remove the line but we can keep our own image instead of the default navigation bar. So we can create our own image and keep it.
To do that add this code to your app Delegate.m file in the end.
Hope it helped...