Skip to content

Latest commit

 

History

History
16 lines (7 loc) · 340 Bytes

README.md

File metadata and controls

16 lines (7 loc) · 340 Bytes

欢迎使用 YXAlertController


  • pod 'YXAlertController', '~> 1.1.0’

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

}, ^{

});

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