Xamarin.forms:如何为tabbar添加渐变颜色

时间:2018-01-04 10:01:57

标签: android ios xamarin.forms uitabbar

在xamrin froms app中,我们有一个tabbar,我们需要在iOS和Android设备中为该标签栏添加一些渐变颜色。我们怎么样? enter image description here

1 个答案:

答案 0 :(得分:1)

  1. 由设计师制作具有渐变色的图像;
  2. 将其应用于标签栏,如:

    UITabBar.Appearance.BackgroundImage = image;

  3.   

    官方文件:   https://developer.xamarin.com/api/type/UIKit.UITabBar+UITabBarAppearance/