我正在尝试使用Xamarin从iOS中的导航栏更改标题文本颜色。
我知道如何更改导航栏标题的整个颜色。 请参阅下面的我当前的代码。
this.title = "Hello 2 all of you";
this.NavigationController.NavigationBar.TitleTextAttributes = new UIStringAttributes()
{
ForegroundColor = UIColor.White
};
但是有可能把" 2"在我的橙色标题和白色标题的其余部分? 我怎么能解决这个问题?
这就是我想要实现的目标:
Thnx的帮助!
答案 0 :(得分:2)
node-mssql