With the release of Xamarin Forms 3.0, everybody is talking about the new features: Flex Layout, css, Visual State Manager and Right to Left. In this article, we are not going to talk about them because there are a lot of articles that already cover those really well. (Here a good one ) . What […]
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 […]
IOS 11 support in Xamarin Forms + Prism
iOS 11 has a new UI design which include two main changes: Safe area and large titles. The importance of adding support to this in our apps is to respect the platform conventions and also if you don’t add the Safe area it won’t respect the borders in iPhoneX. Some time ago David Ortinau posted a […]
Quick Trick: Remove Extra Separator Lines in ListView (Xamarin Forms – iOS)
When using ListViews in Xamarin Forms sometimes we have the use case that we have a list with just a few elements, and we want to show each element with a separator line. As we know Xamarin by default set a separator line, but on iOS it is set to all rows even the one […]