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

the uiwindow not find correct #29

Open
wuzhenda opened this issue Sep 1, 2014 · 1 comment
Open

the uiwindow not find correct #29

wuzhenda opened this issue Sep 1, 2014 · 1 comment

Comments

@wuzhenda
Copy link

wuzhenda commented Sep 1, 2014

in my ios7 project the iToast not show,but in other project it works fine.
so I debug into the source code find if I change as this it works fine. so some guy like me may need this.

  • UIWindow *window = [[[UIApplication sharedApplication] windows] objectAtIndex:0];
  • UIWindow *window=[[[UIApplication sharedApplication] delegate] window];

commit url:
wuzhenda@d469788

@joinsik
Copy link

joinsik commented Dec 10, 2014

thanks... your comment helps me :)

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

2 participants