Putting this baby in my base CustomPage constructor saved me some rendering work - and a whole lot of UI clutter.
Thx Xamarin
this.SetValue (NavigationPage.BackButtonTitleProperty, "");
Putting this baby in my base CustomPage constructor saved me some rendering work - and a whole lot of UI clutter.
Thx Xamarin
this.SetValue (NavigationPage.BackButtonTitleProperty, "");