Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disappearing border while scrolling table #16

Closed
lutc opened this issue May 31, 2016 · 1 comment
Closed

disappearing border while scrolling table #16

lutc opened this issue May 31, 2016 · 1 comment

Comments

@lutc
Copy link

lutc commented May 31, 2016

2016-05-31 14 53 51
Hello. I've found the following bug. I use ViralSwitch in my UITable and have some cells for more than one screen. When I switched on the top switcher and scrolled table to bottom and again to top - border of switcher disappeared.
I've fix this by changing one string of code:
AMViralSwitch.m:- (void)switchChanged:
Line 80
old: self.layer.borderWidth = 0;
new: self.layer.borderWidth = 1;
And result after scrolling:
2016-05-31 15 00 18

I don't know the reason of setting border to 0, but changing this code will fix bug that I've found

@andreamazz
Copy link
Owner

Hi @lutc
Thanks for pointing that out. It's fixed in 1.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants