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

iOS / NotificationEx / NotificationEx.m - Property 'view' not found on object of type 'id' ( line 84 ) #99

Open
fastone opened this issue Aug 16, 2012 · 3 comments

Comments

@fastone
Copy link

fastone commented Aug 16, 2012

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.

@orbitaloop
Copy link

I had this problem, your fix is working. Thanks a lot!

@drxero
Copy link

drxero commented Jan 15, 2013

Fix worked for me in PhoneGap 2.3.0 -- thanks!

@asdr
Copy link

asdr commented Jul 18, 2013

working in 2.9 too. thanks.

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