自定义警告窗,有两种类型:AlertView、ActionSheet;可以做升级提示弹窗,删除选项,日期选择器等的弹窗。 image
- 在 Podfile 中添加
pod 'LRAlertView'。 - 执行
pod install或pod update。 #import "LRAlertView.h"。
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commit | ||||
自定义警告窗,有两种类型:AlertView、ActionSheet;可以做升级提示弹窗,删除选项,日期选择器等的弹窗。 image
pod 'LRAlertView'。pod install 或 pod update。#import "LRAlertView.h"。自定义警告窗,有两种类型:AlertView、ActionSheet;可以做升级提示弹窗,删除选项,日期选择器等的弹窗。