TAlertView:TAlertView 是 UIAlertView 的替代品

时间:2021-07-07 22:58:55
【文件属性】:
文件名称:TAlertView:TAlertView 是 UIAlertView 的替代品
文件大小:357KB
文件格式:ZIP
更新时间:2021-07-07 22:58:55
Objective-C 警报视图 预习 特征 使用简单 块语法 物理动画用户交互 UI外观支持 用法 要运行示例项目, pod install克隆 repo,然后从 Example 目录运行pod install 。 安装 TAlertView 可通过。 要安装它,只需将以下行添加到您的 Podfile 中: pod "TAlertView" 如何使用它 简单的 [[[TAlertView alloc ] initWithTitle: @" Great! " andMessage: @" This is a basic alert " ] show ]; 或者用按钮 TAlertView *alert = [[TAlertView alloc ] initWithTitle: nil message: @" This

网友评论