Permalink
Please
sign in to comment.
Browse files
[BottomSheet] Dismiss BottomSheet with UIAccessibility (#4475)
VoiceOver and switch device users currently have to use the accessibility escape gesture to dismiss a Bottom Sheet. Optionally, the BottomSheet can use the dimmed "scrim" area (which can be tappable) to dismiss the bottom sheet using accessibility technologies. Obsoletes and closes #4275
- Loading branch information
Showing
with
220 additions
and 1 deletion.
- +29 −0 components/BottomSheet/src/MDCBottomSheetController.h
- +32 −0 components/BottomSheet/src/MDCBottomSheetController.m
- +29 −0 components/BottomSheet/src/MDCBottomSheetPresentationController.h
- +47 −0 components/BottomSheet/src/MDCBottomSheetPresentationController.m
- +33 −0 components/BottomSheet/src/MDCBottomSheetTransitionController.h
- +50 −1 components/BottomSheet/src/MDCBottomSheetTransitionController.m
0 comments on commit
031d797