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
In the NotoficationEx plugin ( iOS folder ) I got an error on line 84 of NotificationEx.m
Property 'view' not found on object of type 'id'
self.loadingView = [NExLoadingView loadingViewInView:[super appViewController].view strokeOpacity:strokeOpacity backgroundOpacity:backgroundOpacity strokeColor:strokeColor fullScreen:fullScreen labelText:labelText bounceAnimation:bounceAnimation boxLength:boxLength];
By replacing [super appViewController] with [self viewController] the error is gone and it should work.
The text was updated successfully, but these errors were encountered:
I had this problem, your fix is working. Thanks a lot!
Sorry, something went wrong.
Fix worked for me in PhoneGap 2.3.0 -- thanks!
working in 2.9 too. thanks.
No branches or pull requests
In the NotoficationEx plugin ( iOS folder ) I got an error on line 84 of NotificationEx.m
Property 'view' not found on object of type 'id'
By replacing [super appViewController] with [self viewController] the error is gone and it should work.
The text was updated successfully, but these errors were encountered: