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

Fix: status bar overlapping on iPhoneX #13

Conversation

ankushkushwaha
Copy link

Due to hardcoded y origin point the
progress bar was overlapping with the
status bar on iPhoneX . Now in the
modified code it get calculates the
height of status bar and set the y-origin
accouding to that.

Fixes #12

Due to hardcoded y origin point the
progress bar was overlapping with the
status bar on iPhoneX . Now in the
modified code it get calculates the
height of status bar and set the y-origin
accouding to that.

Fixes PhilippeBoisney#12
@ankushkushwaha ankushkushwaha deleted the fix_status_bar_overlapping_iphone_x branch November 26, 2018 15:28
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.

None yet

1 participant