Styles classes enables you to have multiple styles applied to a control, in simple words it allows you to apply the concept of multiple inheritance to your styles. It gives you the flexibility to avoid creating a lot of styles that will be inherited from. How we usually do it? Imagine the scenario were we […]
Tips and Ticks when creating a Custom Control in Xamarin Forms. Part. 2
In the first part of this article, I showed different tips when creating a custom control, in this part I’ll be covering some additional tips. As in the previous article, I’m NOT going to show you how to create a custom control (if you want to learn about that you can read this great article by […]