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

[<TCMask.MaskViewController 0x14001ac00> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key mainView. #34

Open
RohitMoreGit opened this issue Jun 5, 2019 · 0 comments

Comments

@RohitMoreGit
Copy link

I am using TCMask for my app and working properly but suddenly it's showing me following error and goes on a crash. Tried solutions but could not be resolved please help. Thank you in advance.
My code for to redirect TCMask view is :
TCMaskView *maskView = [[TCMaskView alloc] initWithImage:self.imageView.image];
maskView.delegate = self;
[maskView presentFromRootViewController:self animated:true];

Error : [<TCMask.MaskViewController 0x14001ac00> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key mainView.

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

1 participant