本文介绍了如何使用MonoTouch设置工具栏和导航栏的透明度颜色?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何设置工具栏和导航栏的透明度颜色?我需要在整个屏幕上显示背景图像。但我不能给工具栏和导航栏的透明度颜色。我分配了 UIColor.Clear
。但没用。它呈现黑色。
How to set the transparency color for Toolbar and Navigation bar? i need to show background image on whole screen. But I cant give the transparency color for Toolbar and Navigation bar. I assigned UIColor.Clear
. But no use. It showing black color.
推荐答案
更好的答案是隐藏导航栏或工具栏..
Better answer is hide the navigation bar or toolbar..
或
这是一个奇怪的要求。你可以使用custo导航栏和自定义按钮:)
its strange requirement so. u hav to use custo navigationbar and custom buttons :)
这篇关于如何使用MonoTouch设置工具栏和导航栏的透明度颜色?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!