I was working on a Xamarin Forms project, and I realized that on every platform there is a way to update the style for the control. The way I did it looks something like this:
PixateFreestyle.SetStyleId(view, styleId);
or
PixateFreestyle.SetClassId(view, classId);
If the view has any UIView that you want to create, styleId / classId is the line with the style name in default.css
, .
XamarinForms-PixateFreestyle