杨锴
2025-04-16 09a372bc45fde16fd42257ab6f78b8deeecf720b
Pods/SwifterSwift/Sources/SwifterSwift/UIKit/UIViewControllerExtensions.swift
@@ -89,7 +89,7 @@
            })
            alertController.addAction(action)
            // Check which button to highlight
            if let highlightedButtonIndex = highlightedButtonIndex, index == highlightedButtonIndex {
            if let highlightedButtonIndex, index == highlightedButtonIndex {
                alertController.preferredAction = action
            }
        }
@@ -136,7 +136,7 @@
        completion: (() -> Void)? = nil) {
        popoverContent.modalPresentationStyle = .popover
        if let size = size {
        if let size {
            popoverContent.preferredContentSize = size
        }