From 184491b69370f84ca2796d9695666bd5622f5397 Mon Sep 17 00:00:00 2001 From: Dominic Go <18517029+dominicstop@users.noreply.github.com> Date: Thu, 27 Apr 2023 04:20:33 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Gloss:=20Add=20Section=20Comment?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../React Native/RNIModalView/RNIModalView.swift | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ios/src_library/React Native/RNIModalView/RNIModalView.swift b/ios/src_library/React Native/RNIModalView/RNIModalView.swift index 485498c3..0661e5f8 100644 --- a/ios/src_library/React Native/RNIModalView/RNIModalView.swift +++ b/ios/src_library/React Native/RNIModalView/RNIModalView.swift @@ -1018,6 +1018,9 @@ extension RNIModalView: UIAdaptivePresentationControllerDelegate { }; }; +// MARK: - UISheetPresentationControllerDelegate +// --------------------------------------------- + @available(iOS 15.0, *) extension RNIModalView: UISheetPresentationControllerDelegate { @@ -1084,6 +1087,9 @@ extension RNIModalView: RNIModalRequestable { }; }; +// MARK: - RNIViewControllerLifeCycleNotifiable +// -------------------------------------------- + extension RNIModalView: RNIViewControllerLifeCycleNotifiable { public func viewWillAppear(sender: UIViewController, animated: Bool) {