We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7b34d commit 6fc022cCopy full SHA for 6fc022c
WooCommerce/Classes/View Modifiers/View+NoticesModifier.swift
@@ -3,7 +3,9 @@ import UIKit
3
import Hardware
4
5
/// View Modifier that shows a notice in front of a view.
6
-/// NOTE: This currently does not support enqueuing multiple notices like `DefaultNoticePresenter` does.
+/// NOTE: This currently does not support.
7
+/// - Enqueuing multiple notices like `DefaultNoticePresenter` does.
8
+/// - Presenting foreground system notifications.
9
///
10
struct NoticeModifier: ViewModifier {
11
0 commit comments