You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Present a notification using a custom subview.
168
168
///
169
-
/// The `customView` will be layouted correctly according to the selected style & the current device
170
-
/// state (rotation, status bar visibility, etc.). The background will still be styled & layouted
171
-
/// according to the provided style. If your custom view requires custom touch handling,
172
-
/// make sure to set `style.canTapToHold` to `false`. Otherwise the `customView` won't
173
-
/// receive any touches, as the internal `gestureRecognizer` would receive them.
174
-
///
175
169
/// - Parameters:
176
170
/// - customView: A custom UIView to display as notification content.
177
171
/// - sizingController: An optional controller conforming to ``NotificationPresenterCustomViewSizingController``, which controls the size of a presented custom view.
0 commit comments