New issue
Advanced search Search tips

Issue 783037 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Nov 1
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 3
Type: Bug



Sign in to add a comment

[iOS] Create helper object to specify view location without exposing a UIView.

Project Member Reported by kkhorimoto@chromium.org, Nov 9 2017

Issue description

For several pieces of UI that are animated in from a specific point, we pass a UIView to use for positioning purposes.  This is done (rather than a CGPoint or CGRect) because it allows us to easily handle rotation.  We should instead create a helper object that handles this logic but doesn't expose a view when it's only used for positioning purposes.
 
Status: WontFix (was: Started)
NamedGuides used for this purpose now.

Sign in to add a comment