README.md 340 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# 欢迎使用 YXAlertController

------
> *   pod 'YXAlertController', '~> 1.0.2’


ShowAlertView(@"提示", @"你好,欢迎使用YXAlertController", @"取消", @"确认", UIAlertControllerStyleAlert, ^{

}, ^{

});



ShowDefaultAlertView(@"提示", @"你好,欢迎使用YXAlertController", UIAlertControllerStyleAlert, nil, nil);