diff --git a/NativePopup/NativePopup.swift b/NativePopup/NativePopup.swift index f52da5d..7bcb6c9 100644 --- a/NativePopup/NativePopup.swift +++ b/NativePopup/NativePopup.swift @@ -15,7 +15,7 @@ public class NativePopup: UIView { private let effectView: UIVisualEffectView private let imageView: UIView - public class func show(image: ImageConvertible, + public static func show(image: ImageConvertible, title: String, message: String?, duration: TimeInterval = 1.5,