M13Checkbox icon indicating copy to clipboard operation
M13Checkbox copied to clipboard

A customizeable checkbox for iOS

Results 19 M13Checkbox issues
Sort by recently updated
recently updated
newest added

HI, I'm using a package KMM on mac m1, so in the build setting I'm using a "Excluded Architecture-> Any iOS Simulator SDK-> amr64". After that I have this error...

I am sub-classing M13CheckBox ``` init(title:String) { super.init(frame: CGRect()) self.boxType = .square self.markType = .checkmark self.backgroundColor = UIConstants.buttonBorderColor self.cornerRadius = 3 } ``` but I have the following error on...

Xcode 11 fails with the following error The package dependency graph can not be resolved; unable find any available tag for the following requirements

My understanding is that you do not want to explicitly support Objc. However I realized that a few methods are able to be bridged successfully but are not necessarily automatic....

Have a lot error related to (NS)String class: .../Pods/M13Checkbox/Sources/M13CheckboxAnimationGenerator.swift:38:69: Type 'String' has no member 'easeIn' .../Pods/M13Checkbox/Sources/M13CheckboxAnimationGenerator.swift:43:69: Type 'String' has no member 'easeOut' .../Pods/M13Checkbox/Sources/Managers/M13CheckboxBounceController.swift:93:37: Type 'String' has no member 'round'; did...

I try to make these single selection but I can't find any way to do that. Is there any way or its not allow us to make it?

In the example code, you guys use an IBOutlet to listen for any value changes in the checkbox. However, there doesn't seem to be an alternative to listen for value...

question