Skip to content

Commit

Permalink
💄 Gloss: Update Section Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Mar 27, 2023
1 parent cc3a3e3 commit e9377f3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ios/src_library/React Native/RNIModalView/RNIModalView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ class RNIModalView: UIView, RNIModalFocusNotifying, RNIModalIdentity,
}
};

// MARK: - Properties: Synthesized
// -------------------------------
// MARK: - Properties: Synthesized From Props
// ------------------------------------------

var synthesizedModalPresentationStyle: UIModalPresentationStyle {
let defaultStyle: UIModalPresentationStyle = {
Expand Down Expand Up @@ -231,6 +231,9 @@ class RNIModalView: UIView, RNIModalFocusNotifying, RNIModalIdentity,
return blurStyle;
};

// MARK: - Properties: Synthesized
// -------------------------------

var synthesizedBaseEventData: RNIModalBaseEventData {
RNIModalBaseEventData(
reactTag: self.reactTag.intValue,
Expand Down

0 comments on commit e9377f3

Please sign in to comment.