I was able to figure out how to create custom renderers for Droid and iOS from here
BUT how do I do it for Windows Phone 8.1?
public override Windows.UI.Xaml.DataTemplate GetTemplate(Cell cell)
gives out DataTemplate. How do I extract the components from it? I need a custom ImageCell
renderer