Skip to content

Commit

Permalink
💄 Gloss: Add Section Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Apr 27, 2023
1 parent 1cb9fe5 commit 184491b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ios/src_library/React Native/RNIModalView/RNIModalView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1018,6 +1018,9 @@ extension RNIModalView: UIAdaptivePresentationControllerDelegate {
};
};

// MARK: - UISheetPresentationControllerDelegate
// ---------------------------------------------

@available(iOS 15.0, *)
extension RNIModalView: UISheetPresentationControllerDelegate {

Expand Down Expand Up @@ -1084,6 +1087,9 @@ extension RNIModalView: RNIModalRequestable {
};
};

// MARK: - RNIViewControllerLifeCycleNotifiable
// --------------------------------------------

extension RNIModalView: RNIViewControllerLifeCycleNotifiable {

public func viewWillAppear(sender: UIViewController, animated: Bool) {
Expand Down

0 comments on commit 184491b

Please sign in to comment.