JMWhenTapped
may 2011 by justin
JMWhenTapped is a simple little syntactical-sugar addition to all UIView objects, as well as any class that inherits from UIView. It allows you to assign touch-up, touch-down, and tapped (touched down then up) actions to a UIView object using a convenient blocks-style syntax.
cocoa
ios
^blocks
may 2011 by justin
@schwa — KVO-Notification-Manager
december 2010 by justin
KVOBlockNotificationCenter is a set of source code for using blocks with Cocoa's Key Value Observing (KVO).
kvo
cocoa
^blocks
december 2010 by justin
Seriously HTTP Library
december 2010 by justin
The iPhone needs a better way to make HTTP requests, specifically calls to REST web services. Seriously mixes Blocks with NSURLConnection & NSOperationQueue to do just that. It also will automatically parse the JSON response into a dictionary if the response headers are set correctly.
^blocks
ios
http
december 2010 by justin
The Pragmatic Studio — Using Blocks in iOS 4: Designing with Blocks
december 2010 by justin
More examples of working with blocks in Objective-C.
^blocks
cocoa
december 2010 by justin
Pragmatic Studio — Using Blocks in iOS 4: The Basics
december 2010 by justin
Best tutorial on the basics of blocks I've found. Of course, I'll never actually remember the syntax.
^blocks
cocoa
december 2010 by justin
Forget the Code — Forget the Code
december 2010 by justin
More examples of using blocks to improve transactional code such as NSGraphicsContext, CATransaction and more.
^blocks
cocoa
december 2010 by justin
KVO+Blocks
december 2010 by justin
addObserverForKeyPath, powered by blocks.
^blocks
cocoa
opensource
december 2010 by justin
Copy this bookmark: