Skip to content

Commit 3106efd

Browse files
authored
Update README.md
1 parent e301da8 commit 3106efd

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,19 @@
2727
- [x] 支持对话框毛玻璃和背景蒙层毛玻璃
2828
- [x] 全面适配iPhoneX,iPhoneXR,iPhoneXS,iPhoneXS MAX
2929
## CocoaPods
30-
##### 版本3.0.4
30+
##### 版本3.1.0
3131
```
3232
platform:ios,'9.0'
3333
target 'MyApp' do
34-
pod 'SPAlertController', '~> 3.0.4'
34+
pod 'SPAlertController', '~> 3.1.0'
3535
end
3636
37-
3.0.4版本修复了tapBackgroundViewDismiss属性无效问题
37+
3.1.0版本改动点:
38+
1、actionSheet样式加了单边圆角效果
39+
2、毛玻璃默认为NO
40+
3、当不需要毛玻璃效果时,actionButton的选中背景色修改(灰度0.1),属于bug修复
41+
4、“取消action”上的分割线背景色修改(灰度由0.3变为0.2),高度由6增加为8,
42+
5、每个actionButton的最小高度由49变为55
3843
```
3944

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

200205
## 历史版本
206+
##### 版本3.0.4
207+
```
208+
platform:ios,'9.0'
209+
target 'MyApp' do
210+
pod 'SPAlertController', '~> 3.0.4'
211+
end
212+
213+
3.0.4版本修复了tapBackgroundViewDismiss属性无效问题
214+
```
201215
##### 版本3.0.3
202216
```
203217
platform:ios,'9.0'

0 commit comments

Comments
 (0)