c# - 从 iOS TabBar 中删除着色
<p><p>我的 View 底部有一个 TabBar,我不想对其进行任何着色。与 iOS 7 一样,iOS 会自动将图标染成蓝色,我不希望这种情况发生。</p>
<p>我曾尝试编写自定义渲染器,但将色调颜色设置为清除只会删除图标(应该会看到那个图标)。</p>
<pre><code>protected override void OnElementChanged(VisualElementChangedEventArgs e)
{
base.OnElementChanged(e);
TabBar.TintColor = UIKit.UIColor.Clear;
}
</code></pre>
<p>我想为标签项制作一个不带任何颜色的图像。如何做到这一点?</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>如果有人仍在寻找解决方案,您可以转到您的图像资源,选择所有选项卡图标(包括选定样式),然后在其选项中选择 <code>Render As: Original Image</code> 而不是 <code>默认</code>。 </p>
<p>无需额外操作,您可以在 TabView(或 Image View)中选择任何色调颜色,但不会对其产生任何影响。您也可以通过编程方式进行操作,但这更简单一些。 </p>
<p>虽然我不确定这个功能是在哪个 iOS 上可用的,但它可能对其他有类似问题的人有所帮助。</p>
<p> <a href="/image/HTguP.png" rel="noreferrer noopener nofollow"><img src="/image/HTguP.png" alt="enter image description here"/></a> </p></p>
<p style="font-size: 20px;">关于c# - 从 iOS TabBar 中删除着色,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/32347080/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/32347080/
</a>
</p>
页:
[1]