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 user interface #88

Merged
merged 4 commits into from
Feb 8, 2018
Merged

Fix user interface #88

merged 4 commits into from
Feb 8, 2018

Conversation

radyslavkrechet
Copy link
Contributor

Test and fix UI bugs (iPhone/iOS SE/11, 6S/10, 8 Plus/11, X/11):

  • Bad constraints on product details (case when product hasn't any options)
  • Search custom view (iOS 10)

private let kAnimationDuration: TimeInterval = 0.3

/*
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove commented code

}
titleView.frame.origin = CGPoint(x: kTitleViewInset, y: 0)
titleView.frame.size = CGSize(width: view.frame.size.width - kTitleViewInset * 2, height: kTitleViewHeight)
self.navigationController?.navigationBar.addSubview(self.titleView)
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove self as we can avoid it in this place

@radyslavkrechet radyslavkrechet merged commit 1dc0060 into develop Feb 8, 2018
@radyslavkrechet radyslavkrechet deleted the feature/ui branch February 8, 2018 15:32
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

3 participants