문제

I am trying to use blocks in Objective-C. I've worked through this tutorial, but I would like to know more about blocks.

Where should I look for better documentation or tutorials on Objective-C blocks and their usage?

도움이 되었습니까?

해결책

Collecting the answers from the comments (and turning this answer community wiki for fairness) so we have an answer to this question:

Apple's official documentation

http://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/Blocks/

Mike Ash

http://mikeash.com/pyblog/friday-qa-2009-08-14-practical-blocks.html

Cocoa With Love

http://cocoawithlove.com/2009/10/how-blocks-are-implemented-and.html

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top