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

Crash on toggle Switch #1

Open
umarchohan opened this issue Jul 18, 2017 · 3 comments
Open

Crash on toggle Switch #1

umarchohan opened this issue Jul 18, 2017 · 3 comments

Comments

@umarchohan
Copy link

I tried to toggle the switch but crashed at this line.

[_backgroundImageView setBackgroundColor:(isOn) ? self.activeBackgroundColor : self.inactiveBackgroundColor];

@0xNSHuman
Copy link
Owner

@umarchohan Do you have any console output to share?

@umarchohan
Copy link
Author

@vladaverin24 console doesnt show anything...

@tianxcode
Copy link

@property (assign, nonatomic) UIColor *knobColor;
@property (assign, nonatomic) UIColor *inactiveBackgroundColor;
@property (assign, nonatomic) UIColor *activeBackgroundColor;

This is a bug. You should change "assign" to "strong".

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

3 participants