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

fixed labelForTutorialSwipe alignment on iPhone 6 devices by using windo... #2

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

Conversation

VentureNguyen
Copy link

fixed labelForTutorialSwipe alignment on iPhone 6 devices by using window width instead of the device width of previous devices. fixed tutorialLabel which would get cutoff when exceeding a certain number of characters and height.

…ndow width instead of the device width of previous devices. fixed tutorialLabel which would get cutoff when exceeding a certain number of characters and height.
@VentureNguyen
Copy link
Author

Hi @AfonsoTsukamoto , will this get pulled in? I'm using cocoa pods to pull in your controller, and have this fix implemented in my local, but if I do a pod update, it gets overwritten. Not sure a better way to manage this other than trying to make sure this gets pulled in!

@AfonsoTsukamoto
Copy link
Owner

Hey! Sorry for the (longgggg) delay. I'll review it now.
Once again, sorry.

{20.0, ((self.window.frame.size.height) - (60.0 + 20.0))}, // 60 = height of the label. 20 is the margin to the bottom.
{280.0, 60.0}
{0, ((self.window.frame.size.height) - (60.0 + 20.0))}, // 60 = height of the label. 20 is the margin to the bottom.
{self.window.frame.size.width, 60.0}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

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.

2 participants