diff --git a/Source/ImagePickerController.swift b/Source/ImagePickerController.swift index 8f43d820..67288f47 100644 --- a/Source/ImagePickerController.swift +++ b/Source/ImagePickerController.swift @@ -160,6 +160,9 @@ open class ImagePickerController: UIViewController { initialContentOffset = galleryView.collectionView.contentOffset applyOrientationTransforms() + + UIAccessibilityPostNotification(UIAccessibilityScreenChangedNotification, + bottomContainer); } open func resetAssets() {