In this post, answering a StackOverflow question, I show how to write a custom renderer that disables the bounce effect on Xamarin.Forms iOS CollectionView
While working on some regex this I learned something: regex named groups. Regex has the ability to name each matched group which is then easy to use in C#
This post explores the new simplified syntax you an use for the Xamarin.Forms Grid ColumnDefinition and RowDefinition. Reducing your XAML significantly!
While working on CI, I wanted to test changes, I didn’t want to add a space to a Markdown file to trigger it. Instead you can create an empty commit in git