I’m happy to announce the release of XPlugins.iOS.BEMCheckBox 1.4.3. The main feature of this release is exposing the DidTapCheckBox event in the underlying BEMCheckBox. You can find a full list of issues fixed in this release here.
The easiest way to get this update is via NuGet:
Install-Package SaturdayMP.XPlugins.iOS.BEMCheckBox -Version 1.4.3
dotnet add package SaturdayMP.XPlugins.iOS.BEMCheckBox --version 1.4.3
Subscribe to the DidTapCheckBox event as you would any other C# event:
checkbox.DidTapCheckBox += DidTapCheckBoxEvent;
The event handler looks like:
[Read More]
