Skip to content

YXAlertController基于系统UIAlertController的再封装,只为使用更简单

License

Notifications You must be signed in to change notification settings

charlesYun/YXAlertController

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

欢迎使用 YXAlertController


  • pod 'YXAlertController', '~> 1.1.0’

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

}, ^{

});

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

About

YXAlertController基于系统UIAlertController的再封装,只为使用更简单

Resources

License

Stars

Watchers

Forks

Packages

No packages published