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

When the device version is less than 10.0, the navigationBar display heighter. #43

Closed
XiangNanLi opened this issue Aug 22, 2016 · 1 comment

Comments

@XiangNanLi
Copy link

XiangNanLi commented Aug 22, 2016

I saw the code , when the version is less than 10.0, the overlay 's height is heighter 20 than before.
if (SYSTEM_VERSION_LESS_THAN(@"10.0")) { self.overlay = [[UIView alloc] initWithFrame:CGRectMake(0, -20, CGRectGetWidth(self.bounds), CGRectGetHeight(self.bounds) + 20)]; } else { self.overlay = [[UIView alloc] initWithFrame:CGRectMake(0, 0, CGRectGetWidth(self.bounds), CGRectGetHeight(self.bounds) + 20)]; }

@ltebean
Copy link
Owner

ltebean commented Aug 22, 2016

fixed in v2.1.5

@ltebean ltebean closed this as completed Aug 22, 2016
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