LabelSwitch icon indicating copy to clipboard operation
LabelSwitch copied to clipboard

Switch which contains label

Results 7 LabelSwitch issues
Sort by recently updated
recently updated
newest added

Please add swift package support.

I'm facing some issues. Designables: Error How to fix this issue, please help me out. Thanks ![Screen Shot 2021-09-23 at 4 23 42 PM](https://user-images.githubusercontent.com/44321070/134495214-0a38601b-dca3-4670-933d-26bb01a1998f.png)

When adding programmatically the code starts at the center of the view, but if I want the switch to be centered it has to be manually adjusted by LabelSwitch(center: CGPoint(x:...

I forked the pod and added this feature.

The Interface Builder crashes with the following error: `Pods/LabelSwitch/LabelSwitch/Classes/LabelSwitch.swift: 63: 28: Fatal error: Use of unimplemented initializer 'init(frame:)' for class 'LabelSwitch.LabelSwitch'` I think the only thing required is to implement...

Hi, is it possible to programmatically set a png image with 0.5 alpha to LabelSwitchConfig? Thanks for help.