Reusable custom usercontrols with BindableProperty
While working on a project I hadĀ to develop multiple forms which involvedĀ multiple fields which required to input a (valid) date. Xamarin already included a default DatePicker. But I need one which could be fit into my form being a TableView, also provided by Xamarin. Unfortunately for me, they didn’t combine these two to create a … Read more