UIAlertView-Blocks:UIAlertView上的类别,以使用内联块回调而不是委托回调

时间:2024-06-03 04:59:11
【文件属性】:

文件名称:UIAlertView-Blocks:UIAlertView上的类别,以使用内联块回调而不是委托回调

文件大小:22KB

文件格式:ZIP

更新时间:2024-06-03 04:59:11

Objective-C

UIAlertView +块 UIAlertView上的类别使用内联块回调而不是委托回调。 UIAlertView是在块,ARC和命名(触摸屏)之前创建的。 谁会“点击”警报视图? 让我们用一些块状善良的方式使这个shizzle现代化。 typedef void (^UIAlertViewBlock) (UIAlertView *alertView); typedef void (^UIAlertViewCompletionBlock) (UIAlertView *alertView, NSInteger buttonIndex); @property (copy, nonatomic) UIAlertViewCompletionBlock tapBlock; @property (copy, nonatomic) UIAlertViewCompletionBlock willDis


【文件预览】:
UIAlertView-Blocks-master
----.gitignore(232B)
----LICENSE(1KB)
----UIAlertView+Blocks.h(3KB)
----README.md(4KB)
----UIAlertView+Blocks.podspec(910B)
----UIAlertView+Blocks.m(10KB)
----Tests()
--------UIAlertViewBlocks.xcodeproj()
--------UIAlertViewBlocksTests()
--------UIAlertViewBlocks()

网友评论