[iOS] Create helper object to specify view location without exposing a UIView. |
||
Issue descriptionFor 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.
,
Nov 1
NamedGuides used for this purpose now. |
||
►
Sign in to add a comment |
||
Comment 1 by kkhorimoto@chromium.org
, Nov 9 2017