New issue
Advanced search Search tips

Issue 806437 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 880672
Owner:
Closed: Oct 19
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 3
Type: Bug



Sign in to add a comment

Use constraints for headers in BVC.

Project Member Reported by kkhorimoto@chromium.org, Jan 27 2018

Issue description

Our current implementation for laying these views out are reliant frame-based layout.  With the safe area layout work, it has been updated slightly to use autolayout.  However, the implementation is currently mixed between autolayout and fame-based layout, which creates complexity and sometimes leads to layout issues.  This code should be updated to use autolayout completely and moved from BVC into a helper object.
 
Mergedinto: 880672
Status: Duplicate (was: Assigned)
Toolbar containers will be implemented using autolayout.

Sign in to add a comment