Crosslight includes predefined common bindable propertues that work across all platforms such as Text, ImageSource, and so on. With extensible architecture built in Crosslight, you can extend or add your own custom bindable properties. This how-to topic will guide you on how to create custom bindable properties and implement the binding adapter for each platform, including iOS and Android. Learn more.

We have a sample that shows how to create a bindable property for TextSize that supports two-way data binding to the Android EditText and iOS UITextField control. Download from our Git server here.

Regards,
Martin Lie
Account Manager