LLSwitch icon indicating copy to clipboard operation
LLSwitch copied to clipboard

This is a funny switch for iOS - 一个有趣的switch

Results 5 LLSwitch issues
Sort by recently updated
recently updated
newest added

在每个tableviewcell中添加LLSwitch,默认都是on状态,然后数据源来记录每个cell的状态,手动改变一个LLSwitch状态,滚动几次就出问题了,不是关闭的时候出现笑脸,就是关闭的时候背景是on的背景。 麻烦楼主fix下,fix掉后我再接入使用。。。

好像有内存溢出。。。 用MLeakFinder 测试的时候,只是单纯addsubsview 到vc view里面 返回上一层就报了 循环引用了

你好,自动布局不会显示 ``` //滑动开关 self.switchClose = [[LLSwitch alloc] init]; self.switchClose.onColor = [UIColor colorWithHex:BG_SHOUYE alpha:0.86]; // switch is open color 开关打开的颜色 self.switchClose.offColor = [UIColor colorWithHex:BG_SHOUYE alpha:0.66]; // switch is close color 开关关闭的颜色...

Inspired by the [iOS-readme-template](https://github.com/awesome-labs/iOS-readme-template)