Skip to content

Commit 441652c

Browse files
author
leshengping
committed
修复tapBackgroundViewDismiss属性无效问题
2 parents b751b69 + a286c3e commit 441652c

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
- [x] 支持对话框毛玻璃和背景蒙层毛玻璃
2828
- [x] 全面适配iPhoneX,iPhoneXR,iPhoneXS,iPhoneXS MAX
2929
## CocoaPods
30-
##### 版本3.0.2
30+
##### 版本3.0.3
3131
```
3232
platform:ios,'9.0'
3333
target 'MyApp' do
34-
pod 'SPAlertController', '~> 3.0.2'
34+
pod 'SPAlertController', '~> 3.0.3'
3535
end
3636
37-
3.0.2版本修复了内存泄漏问题
37+
3.0.3版本修复了action点击的回调为nil时闪退问题
3838
```
3939

4040
## 使用示例
@@ -198,7 +198,15 @@ SPAlertControllerStyleAlert下的圆角半径
198198
* 当自定义的view的大小在对话框显示期间发生了变化,你应该调用```- (void)updateCustomViewSize:(CGSize)size```通知SPAlertController更新其大小
199199

200200
## 历史版本
201+
##### 版本3.0.2
202+
```
203+
platform:ios,'9.0'
204+
target 'MyApp' do
205+
pod 'SPAlertController', '~> 3.0.2'
206+
end
201207
208+
3.0.2版本修复了内存泄漏问题
209+
```
202210
##### 版本3.0.1
203211
```
204212
platform:ios,'9.0'

0 commit comments

Comments
 (0)