8 Commits

Author SHA1 Message Date
Wenyu Zhang
b457b13005 Internal change.
PiperOrigin-RevId: 417635153
2021-12-21 09:32:05 -08:00
Jeff Verkoeyen
1abdf16760 Optimizing imports
PiperOrigin-RevId: 357185990
2021-02-12 07:36:41 -08:00
Jeff Verkoeyen
791596b851 [ActionSheet] Update all test and example files to match conventions.
PiperOrigin-RevId: 334822431
2020-10-01 08:54:27 -07:00
Bryan Oltman
e5f4e3fcb0 [ActionSheet] Add actionSheetControllerDismissalAnimationCompleted method to MDCActionSheetControllerDelegate.
This function notifies MDCActionSheetController delegates that the (user-triggered) dismissal animation has completed and the action sheet is no longer on the screen.

PiperOrigin-RevId: 314974453
2020-06-05 12:27:52 -07:00
Nobody
70716800b8 Internal change
PiperOrigin-RevId: 312085611
2020-05-18 16:41:12 +00:00
Jeff Verkoeyen
92254ea119 Rename all icons to an ic_<#name#> convention.
PiperOrigin-RevId: 308232277
2020-04-24 04:33:51 -07:00
Bryan Oltman
42b004fcd7
[ActionSheet] Add delegate to support dismissal notification (#9475)
Add `MDCActionSheetControllerDelegate` to `MDCActionSheetController` with `actionSheetControllerDidDismiss:` so users of the ActionSheet component can react to dismissal.

Fixes #9147
2020-01-23 15:12:39 -05:00
featherless
315140a146 [ActionSheet] Standardize the examples. (#9334)
- Examples do not need .h files, so those have been removed.
- Example filenames should match the format "<Component><Example>Example.(h|swift)". The Swift example has been clarified as a "Typical Use" example accordingly.

Conventions: https://github.com/material-foundation/material-foundation-conventions-objc
2019-12-23 10:55:17 -05:00