Transparent Navigation Bar in Xamarin Forms

In this article, I’m going to show you how to make the navigation bar transparent in Xamarin Forms. Let’s do it Step by Step 1-Create a class that extends from NavigationPage 2-We use an iOS platform specific to specify bar is translucent. Make sure to set the color BackgroundColor to Transparent and set the property NavigationPage.IsNavigationBarTranslucent=“True” on […]

Continue Reading

Talk: XAML Tips and Tricks

  When using Xamarin Forms, there is code that you probably do in the codebehind that maybe you do not know how to achieve it in XAML. In this talk we talked about different tricks to bring this to XAML, covering topics such as DataTriggers, Converters, References, AttachedProperties, etc. Full presentation: Xaml tips and tricks […]

Continue Reading