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.
iOS UITableViewCellStyle in Xamarin.Forms9 May 2017·3 minsWondering how to use the UITableViewCellStyle in your Xamarin.Forms application? Look no further! This post will show you how to do it.