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

Updated iOS7 Compatibility #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

paulwalton
Copy link

Updated CGSize

@tciuro
Copy link
Owner

tciuro commented Sep 26, 2013

What does the patch solve? When I run the app, it still looks bad.

@paulwalton
Copy link
Author

This simply fixes deprecation warnings, it should not affect the UI of the plugin. Sorry I did not really make my changes clear in the pull request.

@pdiegmann
Copy link

Any Updates incoming? The notification is still displayed behind the navigation-bar...

@alexcheng1982
Copy link

Refer to this Stackoverflow question, add following line to the -(void)viewDidLoad method to solve the issue that notifications display behind the navigation bar of iOS 7.

if ([self respondsToSelector:@selector(edgesForExtendedLayout)])
        self.edgesForExtendedLayout = UIRectEdgeNone;    

@skull-squadron
Copy link

The sample app still doesn't look right on iOS 7.

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

Successfully merging this pull request may close these issues.

5 participants