0

我正在更改 tabar 以在 ios7 中工作 我有一张用于选定和未选定的 tabbarItem 图像的图像。并且由于 SetFinishedImages() 在 ios7 中已弃用。所以我应该如何为选定和未选定的 tabaritem 应用一个图像。应该使用哪种方法我在 xamarin 中为此使用。以及如何区分 tabbaritem 是选择/取消选择,因为我正在使用一个图像。

4

1 回答 1

0

你应该使用外观:

UITabBar.Appearance.BackgroundImage = UIImage...
UITabBar.Appearance.SelectoinIndicatorImage = UIImage...
于 2013-11-05T18:30:42.443 回答