Skip to content

Commit

Permalink
💄 Gloss: Add Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Apr 6, 2023
1 parent e380f4d commit 801af5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ios/src_library/React Native/RNIModalView/RNIModalView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 801af5d

Please sign in to comment.