ActionSheet
详细讲解在: 支持多种样式的自定义ActionSheet,了解一下
使用方法非常简单 一行代码搞定
JWCActionSheet.actionSheet(titles: ["拍照","相册选取","取消"],headView:nil).show { (index, title) in
print("index:\(index),title:\(String(describing: title))")
}
| Name | Name | Last commit date | ||
|---|---|---|---|---|
ActionSheet
详细讲解在: 支持多种样式的自定义ActionSheet,了解一下
使用方法非常简单 一行代码搞定
JWCActionSheet.actionSheet(titles: ["拍照","相册选取","取消"],headView:nil).show { (index, title) in
print("index:\(index),title:\(String(describing: title))")
}