UIAlertView-Block-Short:带有阻止和显示消息的UIAlertView

时间:2024-06-10 19:11:54
【文件属性】:

文件名称:UIAlertView-Block-Short:带有阻止和显示消息的UIAlertView

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-10 19:11:54

Objective-C

UIAlertView-块短 此类别将为UIAlertView创建,这将有助于用一行创建UIAlertView。 用户几乎没有选择。 带有块的UIAlertView 不再需要使用委托方法。 用户可以使用Block创建UIAlertView。 用户传递参数时,必须以数组的方式传递按钮。 按钮索引将带有块。 [UIAlertView showAlertWithTitle: @" title " message: @" this is message " cancelButtonTitle: @" Cancel " otherButtonTitles: @[ @" button 1 " , @" button 2 " ] tapBlock: ^(UIAlertView *alertView , NSInteger buttonIndex) { NSLog ( @" tag ->


【文件预览】:
UIAlertView-Block-Short-master
----.gitignore(494B)
----LICENSE(1KB)
----UIAlertView+Block+Short.h(3KB)
----README.md(1KB)
----UIAlertView+Block+Short.m(3KB)

网友评论