PokerCard,一款 iOS 多样式弹窗开源库。
import PokerCard class ViewController: UIViewController { override viewWillAppear(_ animated: Bool) { super.viewWillAppear(animated) // present a poker card PokerCard.showAlert(title: "Please notice").confirm { // do something ... } } }