You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: