Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upFix scaling in Interface Builder #3
Conversation
boyvanamstel
added some commits
Jan 22, 2019
boyvanamstel
changed the title
Enforce aspect ratio in IB
Fix scaling in IB
Jan 22, 2019
sindresorhus
changed the title
Fix scaling in IB
Fix scaling in Interface Builder
Jan 23, 2019
sindresorhus
merged commit f96eeb0
into
sindresorhus:master
Jan 23, 2019
This comment has been minimized.
This comment has been minimized.
This is working perfectly. |
boyvanamstel
deleted the
boyvanamstel:enforce-aspect-ratio
branch
Jan 23, 2019
sindresorhus
referenced this pull request
Jan 23, 2019
Closed
Enforce aspect ratio in Interface Builder #2
This comment has been minimized.
This comment has been minimized.
Thanks :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
boyvanamstel commentedJan 22, 2019
•
edited
As requested in #2.
This keeps the aspect ratio by adding a layout constraint specifically for IB.The layout constraint is no longer necessary as the progress view now scales properly, regardless of the aspect ratio.