[alert addButtonWithTitle:@"做一些很酷的事" block:^{
// 这个按钮被点击时,这里的代码将会被执行
}];
大概就是这么用的
不用在纠结alertview的代理方法或者是alertcontroller一个一个的action了 ,这个直接封装好了。
github:
https://github.com/gpambrozio/BlockAlertsAnd-ActionSheets
[alert addButtonWithTitle:@"做一些很酷的事" block:^{
// 这个按钮被点击时,这里的代码将会被执行
}];
大概就是这么用的
不用在纠结alertview的代理方法或者是alertcontroller一个一个的action了 ,这个直接封装好了。
github:
https://github.com/gpambrozio/BlockAlertsAnd-ActionSheets