TableSection TextColor for Xamarin.Forms3 December 2018·3 minsA new feature is merged into the Xamarin.Forms repo. TextColor on the TableSection. With this, you can specify the color of the text used in a TableSection.
Implementing value converters with IValueConverter for Xamarin.Forms4 July 2017·4 minsWhen using XAML the IValueConverter might be needed for values that aren’t directly of the required type. This post teaches you how to implement them.