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 7 support #34

Open
koogawa opened this issue Aug 31, 2013 · 2 comments
Open

iOS 7 support #34

koogawa opened this issue Aug 31, 2013 · 2 comments

Comments

@koogawa
Copy link

koogawa commented Aug 31, 2013

Solution:

  if ([self isOverThisVersion:@"7.0"]) {
    [self setEdgesForExtendedLayout:UIExtendedEdgeNone];
  }
@Miguel86
Copy link

Where did you added this?

@TUNER88
Copy link

TUNER88 commented Sep 26, 2013

@Miguel86 inside

  • (void)viewDidLoad{
    }

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