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

iPhoneX landscape UI issue #76 #80

Merged
merged 1 commit into from
Aug 11, 2018
Merged

iPhoneX landscape UI issue #76 #80

merged 1 commit into from
Aug 11, 2018

Conversation

DmytriE
Copy link
Contributor

@DmytriE DmytriE commented Jul 22, 2018

In the layoutSubviews method in BrowserTableViewCell.m it generates the frame based on the interface builder with all of the associated constraints there. The if-else statement below it then modifies the width of the frame from what the constraints. Thus, uncommenting it and extending the length of the Title Label to the width of the frame resolves this issues.

It functions in iPhone 6, iPhone X, and the plus versions w/ the split screen.

@Kapeli Kapeli merged commit 84dece3 into Kapeli:master Aug 11, 2018
@Kapeli
Copy link
Owner

Kapeli commented Aug 11, 2018

Thank you! 👍

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