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 8556749 commit 05e7eedCopy full SHA for 05e7eed
Sources/ComponentsKit/Components/Alert/UKAlertController.swift
@@ -19,9 +19,11 @@ import UIKit
19
/// buttonVM.title = "Cancel"
20
/// buttonVM.style = .light
21
/// }
22
-/// }, primaryAction: {
+/// },
23
+/// primaryAction: {
24
/// NSLog("Primary button tapped")
-/// }, secondaryAction: {
25
26
+/// secondaryAction: {
27
/// NSLog("Secondary button tapped")
28
29
/// )
0 commit comments