Skip to content

Releases: Boris-Em/BEMCheckBox

Minor Bug Fix

Choose a tag to compare

@Boris-Em Boris-Em released this 16 May 16:46

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

Add Group Feature

Choose a tag to compare

@Boris-Em Boris-Em released this 23 Nov 19:27
  • 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

Choose a tag to compare

@Boris-Em Boris-Em released this 23 Aug 16:59
  • Add Carthage Support
  • The project is now a Dynamic Framework

Add support for tap area.

Choose a tag to compare

@Boris-Em Boris-Em released this 15 Apr 05:10

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

Minor changes & bug fixes

Choose a tag to compare

@Boris-Em Boris-Em released this 19 Jan 02:22
  • Fix bug when drawing small checkboxes. See #13.
  • Setting a property doesn't require to call reload anymore.

v1.1.1

Choose a tag to compare

@Boris-Em Boris-Em released this 12 Nov 05:04

Improvements

Bug fixes #2.

v1.1.0

Choose a tag to compare

@Boris-Em Boris-Em released this 17 Oct 20:43

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

Choose a tag to compare

@Boris-Em Boris-Em released this 12 Oct 16:17

First stable release of BEMCheckBox.