In XF xaml I can set a ViewCell property called IsEnabled. How do I reach this property from a ViewCellRenderer in iOS?
if(cell.IsEnabled)
//Override things i want to override
The above code is how i would like it to be, but the "IsEnabled" doesnt exist in iOS..