justin + ^blocks   14

Core Data and Threads, Without the Headache
Using GCD and blocks to make working with Core Data stuff in the background more sane.
coredata  cocoa  ^blocks  gcd 
may 2011 by justin
JMWhenTapped
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
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
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
Pragmatic Studio — Using Blocks in iOS 4: The Basics
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
More examples of using blocks to improve transactional code such as NSGraphicsContext, CATransaction and more.
^blocks  cocoa 
december 2010 by justin
KVO+Blocks
addObserverForKeyPath, powered by blocks.
^blocks  cocoa  opensource 
december 2010 by justin

Copy this bookmark:



description:


tags: