Skip to content

Commit 6fc022c

Browse files
committed
Improve documentation
1 parent ff7b34d commit 6fc022c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

WooCommerce/Classes/View Modifiers/View+NoticesModifier.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ import UIKit
33
import Hardware
44

55
/// View Modifier that shows a notice in front of a view.
6-
/// NOTE: This currently does not support enqueuing multiple notices like `DefaultNoticePresenter` does.
6+
/// NOTE: This currently does not support.
7+
/// - Enqueuing multiple notices like `DefaultNoticePresenter` does.
8+
/// - Presenting foreground system notifications.
79
///
810
struct NoticeModifier: ViewModifier {
911

0 commit comments

Comments
 (0)