We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b0b217 commit 361cde2Copy full SHA for 361cde2
1 file changed
README.md
@@ -198,7 +198,15 @@ SPAlertControllerStyleAlert下的圆角半径
198
* 当自定义的view的大小在对话框显示期间发生了变化,你应该调用```- (void)updateCustomViewSize:(CGSize)size```通知SPAlertController更新其大小
199
200
## 历史版本
201
+##### 版本3.0.3
202
+```
203
+platform:ios,'9.0'
204
+target 'MyApp' do
205
+ pod 'SPAlertController', '~> 3.0.3'
206
+end
207
208
+3.0.3版本修复了action点击的回调为nil时闪退问题
209
210
##### 版本3.0.1
211
```
212
platform:ios,'9.0'
0 commit comments