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