Xamarin Forms: StatesButton Control
The default Button from Xamarin.Forms don't allow to set the states image resources for it, that is the reason that i decided to create a new button trying to keep all default button properties/methods/handlers with the three common states (normal, pressed and disable), the usage is very simple:
And the result is the next
Full Code Project:
https://github.com/AlejandroRuiz/StatesButton
Nuget Package:
https://www.nuget.org/packages/StatesButton.Forms
And the result is the next
Full Code Project:
https://github.com/AlejandroRuiz/StatesButton
Nuget Package:
https://www.nuget.org/packages/StatesButton.Forms


Comments
Post a Comment