For completeness here is the iOS renderer for the HtmlLabel posted by MaximeLefebvre using System.ComponentModel;using Foundation;using Xamarin.Forms;using Xamarin.Forms.Platform.iOS;[assembly: Expor… (View Post)
So I just got this to work. As a refreance for everyone else searching the web below is the code to create a command bindable property in xamarin forms in a ViewCell. In other words I have a custom C… (View Post)