Skip to content

Commit 361cde2

Browse files
authored
Update README.md
1 parent 6b0b217 commit 361cde2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,15 @@ SPAlertControllerStyleAlert下的圆角半径
198198
* 当自定义的view的大小在对话框显示期间发生了变化,你应该调用```- (void)updateCustomViewSize:(CGSize)size```通知SPAlertController更新其大小
199199

200200
## 历史版本
201+
##### 版本3.0.3
202+
```
203+
platform:ios,'9.0'
204+
target 'MyApp' do
205+
pod 'SPAlertController', '~> 3.0.3'
206+
end
201207
208+
3.0.3版本修复了action点击的回调为nil时闪退问题
209+
```
202210
##### 版本3.0.1
203211
```
204212
platform:ios,'9.0'

0 commit comments

Comments
 (0)