Let me share me hacking around Xamarin.Forms to get cool shi*t done with ease! ;)
No custom renderers, no platform specific code and no third party libraries! Just by using pure out of the box Xamarin.Forms! ;) (I know right, sounds so impossible! but watch me make impossible possible with pure Xamarin.Forms!)
Blog Series: https://theconfuzedsourcecode.wordpress.com/tag/xfhacks/
- Udara Alwis
Ever wanted to have an Icon element attached to a Xamarin.Forms.Picker control?
https://theconfuzedsourcecode.wordpress.com/2018/04/03/xfhacks-001-picker-with-an-icon/
Ever wanted to have an Icon element attached to a Xamarin.Forms.Button control?
https://theconfuzedsourcecode.wordpress.com/2018/04/22/xfhacks-002-button-with-an-icon/
Ever wanted to have a Border around your Xamarin.Forms.Editor control?
https://theconfuzedsourcecode.wordpress.com/2018/04/24/xfhacks-003-editor-with-a-border/
Ever wanted to have a Placeholder property for your Xamarin.Forms.Editor control?
https://theconfuzedsourcecode.wordpress.com/2018/04/26/xfhacks-004-editor-with-a-placeholder/
Ever came across an instance where you wished if you had more control or customization over the Text and Icon properties of your Xamarin.Forms Button?
Ever wished if your Xamarin.Forms Password Entry control had the option to reveal, or show the Password text that the User types on demand, instead of the black dots?
Ever wanted to have a Xamarin.Forms.Element with a Border which you can customize the Border-Width property?
https://theconfuzedsourcecode.wordpress.com/2018/08/22/xfhacks-007-frame-with-a-border-width/
Ever wanted to have a Xamarin.Forms.Label, with a Border, or even better with a Background, or with a Corner Radius customization?
https://theconfuzedsourcecode.wordpress.com/2018/08/29/xfhacks-008-label-with-border-and-background/
Ever wanted to have a Xamarin.Forms.Frame with a Border Image? Or have a Border Image around any of your Xamarin.Forms Elements?
https://theconfuzedsourcecode.wordpress.com/2018/09/03/xfhacks-009-frame-with-border-image/