Xamarin.ios 设置导航栏后退按钮 不显示文字

来源:互联网 发布:仿真画笔手绘软件 编辑:程序博客网 时间:2024/06/07 03:35
UIBarButtonItem.Appearance.SetBackButtonTitlePositionAdjustment(new UIOffset(System.nfloat.MinValue,System.nfloat.MinValue),UIBarMetrics.Default);
阅读全文
0 0