Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个由 xamarin studio 自动生成的 TabViewController:
我已经更改了 2 个选项卡Football,Basketball但是当我运行应用程序时,更改不会发生:
Football
Basketball
这里出了什么问题?
以编程方式设置Title和Image
Title
Image
Title = "Football"; TabBarItem.Image = new UIImage("football.png");