PokerCardiOS 多样式弹窗库

联合创作 · 2023-09-25 16:33

PokerCard,一款 iOS 多样式弹窗开源库。

poker-alert-preview

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

poker-alert

PokerInputView

poker-input

Promotion

pker-promotion

 

浏览 2
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报