James Montemagno
James Montemagno

Live, Love, Bike, and Code.

Tags


James Montemagno

Style

Changing iOS's Back Button Text in Xamarin.Forms

iOS is a pretty unique platform. Since no device has a physical hardware back button like Android the navigation bar must fully represent a way for users to navigate back or close a modal page. To craft a great experience with Xamarin.Forms I always like to try to follow the platform guidelines as close as possible. In this post I am going to tackle the standard PushAsync of a page onto the Navigation stack. By default Xamarin.Forms will automatically add a back arrow when the page is pushed, an…

James Montemagno James Montemagno