Skip to content

Updated iOS7 Compatibility#57

Open
paulwalton wants to merge 1 commit intotciuro:masterfrom
paulwalton:master
Open

Updated iOS7 Compatibility#57
paulwalton wants to merge 1 commit intotciuro:masterfrom
paulwalton:master

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

Comments