XamaWIN – Controlling the Back Button Text

Xamawin • zam-ah win | noun A quick, easy to implement enhancement for a Xamarin App that improves performance, appearance, or functionality Have you ever wanted to change the back button text in the navbar for iOS in Xamarin.Forms? I certainly have; by default the text is set to be the title of the previous page. Now, … Continue reading XamaWIN – Controlling the Back Button Text

XamaWIN – Changing the statusbar color in iOS

Xamawin • zam-ah win | noun A quick, easy to implement enhancement for a Xamarin App that improves performance, appearance, or functionality This XamaWIN, like they often do, comes after an embarrassing amount of time searching for a simple thing: changing the color of the statusbar text for iOS. By default, the text color is black until … Continue reading XamaWIN – Changing the statusbar color in iOS

XamaWIN – Phone Number Mask Behavior

Xamawin • zam-ah win | noun A quick, easy to implement enhancement for a Xamarin App that improves performance, appearance, or functionality Behaviors are super easy to make and offer a lot of bang for your buck - I recently wrote how to highlight incomplete fields on an entry while a user completes a form. Let's expand … Continue reading XamaWIN – Phone Number Mask Behavior

XamaWIN – Entry Length Validation Behavior

Xamawin • zam-ah win | noun A quick, easy to implement enhancement for a Xamarin App that improves performance, appearance, or functionality Behaviors are super easy to make and offer a lot of bang for your buck - here's a small example of a behavior I used recently to highlight incomplete/invalid user entry fields: Notice that the … Continue reading XamaWIN – Entry Length Validation Behavior