VistianOpenSource / Birch

A platform agnostic .NET library for the creation of code first user interfaces; Code your user interface, update your state, and let Birch do the rest.
9 stars 1 forks source link

Xamarin Forms & Behaviours #12

Closed VistianOpenSource closed 4 years ago

VistianOpenSource commented 4 years ago

Xamarin Forms has the concept of behaviours, since I haven't used Xamarin Forms much I'm not sure how relevant there are to what has been constructed or how one goes about utilising them from code, not markup.

VistianOpenSource commented 4 years ago

Added some rudimentary capabilities for behaviors to be added. Lack of equality comparer for Behavior class means it could end up doing a fair few updates on the UI thread, so storage of behaviours in statics is highly preferable.