[转]How Do I Declare A Block in Objective-C?

原文地址

As a local variable:
returnType (^blockName)(parameterTypes) = ^returnType(parameters) {...};

As a property:
@property (nonatomic, copy, nullability) returnType (^blockName)(parameterTypes);

As a method parameter:

  • (void)someMethodThatTakesABlock:(returnType (^nullability)(parameterTypes))blockName;

As an argument to a method call:
[someObject someMethodThatTakesABlock:^returnType (parameters) {...}];

As a typedef:
typedef returnType (^TypeName)(parameterTypes);TypeName blockName = ^returnType(parameters) {...};

This site is not intended to be an exhaustive list of all possible uses of blocks.If you find yourself needing syntax not listed here, it is likely that a typedef would make your code more readable.Unable to access this site due to the profanity in the URL? http://goshdarnblocksyntax.com is a more work-friendly mirror.

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • 好久不写简书了,最近懒的不要不要的,订的计划错过了所以的时间节点,不能再颓废了,要振作,今天看到了一个小小的网页还...
    继续向前冲阅读 1,417评论 0 0
  • 经过几日舟车劳顿,他们终于到了药王谷,此时的古月北看上去消瘦了很多,也许只有仇恨才足以支撑他快悲伤过度的躯体。 微...
    想最烈的酒阅读 2,615评论 0 2
  • 人生是个大标题,时不常的从脑子里冒出个念头,自己究竟要过个什么样的一生? 猛然间,已到了中年,人生已经到了一半,这...
    水滴2009阅读 1,144评论 0 0
  • 关于运营的认识和职业分工 以前从来不用简书这个软件的,这次...
    尹雪_3b0f阅读 903评论 0 0
  • 接龙客栈灌水区正式成立,无论你是来自哪个专题的,想发牢骚的,想发照片的,想写点日记的,想……都可以来我们灌水区哈!...
    蔷薇下的阳光阅读 1,846评论 37 5