阅读背景:

IOS block编程指南 1 介绍

来源:互联网 

Introduction(介绍)

Block objects are a C-level syntactic and runtime feature. They are similar to standard C functions, but in addition to executable code they may also contain variable bindings to automatic (stack) or managed (heap) memory. A block can therefore maintain a set of state (data) that it can use to impact behavior when executed. Block objects are a C-level sy




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: