We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it compatible Objective-c ? The override change stat doesn't call with Objective-c code. Thanks in advance.
The text was updated successfully, but these errors were encountered:
@remirobert you can import the swift file in the Objective C project using bridging header. Check this : http://stackoverflow.com/questions/24002369/how-to-call-objective-c-code-from-swift
Sorry, something went wrong.
@remirobert : just use paper switch in Obj C Code : https://github.com/JigarM/paper-switch-ObjectiveC
It doesn't work for me programtly, from a UItableViewCell or a simple UIView.
self.switchResponse = [[RAMPaperSwitch alloc] init]; self.switchResponse.frame = CGRectMake(self.mainView.frame.size.width - self.switchResponse.frame.size.width - 10, 0, self.switchResponse.frame.size.width, self.switchResponse.frame.size.height); [self.mainView addSubview:self.switchResponse]; [self.switchResponse setOnTintColor:[UIColor blueColor]];
No branches or pull requests
Is it compatible Objective-c ? The override change stat doesn't call with Objective-c code.
Thanks in advance.
The text was updated successfully, but these errors were encountered: