[iOS] Move AlertCoordinator title and message to properties. |
|
Issue descriptionPresumably, they were passed into the initializer because UIAlertController requires that the title and message be supplied upon initialization (maybe we had originally created the UIAlertController upon initialization?). Since the UIAlertController is lazily instantiated when the coordinator is started, we no longer need to pass these value to the initializer, and could instead just use properties in the coordinator API. |
|
►
Sign in to add a comment |
|
Comment 1 by eugene...@chromium.org
, Dec 12