Releases: Boris-Em/BEMCheckBox
Releases · Boris-Em/BEMCheckBox
Minor Bug Fix
Add Group Feature
- 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 ofUIView
. - Add new group feature.
- Fix iOS 10 warnings.
- Fix framework permissions.
- Add new
offFillColor
public property.
Carthage Support
- Add Carthage Support
- The project is now a Dynamic Framework
Add support for tap area.
This release adds the new property minimumTouchSize
, which provides control over the tap area of the checkbox.
Minor changes & bug fixes
- Fix bug when drawing small checkboxes. See #13.
- Setting a property doesn't require to call reload anymore.