Skip to content

Releases: Boris-Em/BEMCheckBox

Minor Bug Fix

16 May 16:46
Compare
Choose a tag to compare

Fixes #54 - Groups were not working if a strong reference to the BEMCheckBoxGroup wasn't kept.

Add Group Feature

23 Nov 19:27
Compare
Choose a tag to compare
  • Changed access to frame's width and height to Apple's recommended way.
  • Add new UI tests.
  • BEMCheckBox is now a subclass of UIControl instead of UIView.
  • Add new group feature.
  • Fix iOS 10 warnings.
  • Fix framework permissions.
  • Add new offFillColor public property.

Carthage Support

23 Aug 16:59
Compare
Choose a tag to compare
  • Add Carthage Support
  • The project is now a Dynamic Framework

Add support for tap area.

15 Apr 05:10
Compare
Choose a tag to compare

This release adds the new property minimumTouchSize, which provides control over the tap area of the checkbox.

Minor changes & bug fixes

19 Jan 02:22
Compare
Choose a tag to compare
  • Fix bug when drawing small checkboxes. See #13.
  • Setting a property doesn't require to call reload anymore.

v1.1.1

12 Nov 05:04
Compare
Choose a tag to compare

Improvements

Bug fixes #2.

v1.1.0

17 Oct 20:43
Compare
Choose a tag to compare

Improvements

Various minor code optimization.

New Features

Added new delegate and BEMCheckBoxDelegate protocol used to receive check box events.

GitHub Repo Updates

Updated readme to reflect the new features and improvements.

v1.0.0

12 Oct 16:17
Compare
Choose a tag to compare

First stable release of BEMCheckBox.