Archive for May 9, 2013

Thursday, May 9, 2013

Sharing Data Locally Between iOS Apps

Dillan Laughlin shows how to use a URL scheme and a private pasteboard to send data from one iOS app to another.

ArgumentParser

Chris Miller’s ArgumentParser is an Objective-C replacement for getopt_long (via Romain Briche).