Skip to content

ADAlertConfigurable

duzexu edited this page Jun 1, 2021 · 2 revisions

ADAlertConfigurable

Protocol use to show alert.

public protocol ADAlertConfigurable 

Requirements

alert(on:​title:​message:​completion:​)

Show alert on controller.

static func alert(on: UIViewController, title: String?, message: String?, completion: ((Int)->Void)?)

Parameters

  • on: The controller to show alert.
  • title: Alert title.
  • message: Alert message.
  • completion: Called when confirm button click.
Types
Protocols
Global Typealiases
Operators
Extensions
Clone this wiki locally