From 801af5d09906e72feb30ca967fa03f4140fd52a6 Mon Sep 17 00:00:00 2001 From: Dominic Go <18517029+dominicstop@users.noreply.github.com> Date: Fri, 7 Apr 2023 01:32:21 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Gloss:=20Add=20Comments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ios/src_library/React Native/RNIModalView/RNIModalView.swift | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ios/src_library/React Native/RNIModalView/RNIModalView.swift b/ios/src_library/React Native/RNIModalView/RNIModalView.swift index c84683b2..dc9caa2c 100644 --- a/ios/src_library/React Native/RNIModalView/RNIModalView.swift +++ b/ios/src_library/React Native/RNIModalView/RNIModalView.swift @@ -707,6 +707,10 @@ extension RNIModalView: UIAdaptivePresentationControllerDelegate { #endif }; + /// `Note:2023-04-07-01-28-57` + /// No other "view controller"-related lifecycle method was trigger in + /// response to this event being invoked. + /// func presentationControllerDidAttemptToDismiss(_ presentationController: UIPresentationController) { self.onModalAttemptDismiss?( self.synthesizedBaseEventData.synthesizedDictionary