diff --git a/Source/AABlurAlertController.swift b/Source/AABlurAlertController.swift index 6051bbc..155b7f9 100644 --- a/Source/AABlurAlertController.swift +++ b/Source/AABlurAlertController.swift @@ -203,7 +203,7 @@ open class AABlurAlertController: UIViewController { backgroundImage.addSubview(blurEffectView) } - func addAction(action: AABlurAlertAction) { + open func addAction(action: AABlurAlertAction) { action.parent = self buttonsStackView.addArrangedSubview(action) }