RestKit
14 days ago by cdzombak
RestKit is an Objective-C framework for iOS that aims to make interacting with RESTful web services simple, fast and fun. It combines a clean, simple HTTP request/response API with a powerful object mapping system that reduces the amount of code you need to write to get stuff done.
rest
ios
objc
14 days ago by cdzombak
Objective-C Cheat Sheet and Quick Reference | Ray Wenderlich
september 2011 by cdzombak
also links to a few other cheatsheets
objc
ios
september 2011 by cdzombak
PyObjC - A python<->Objective-C Bridge
september 2011 by cdzombak
The PyObjC project aims to provide a bridge between the Python and Objective-C programming languages. The bridge is intended to be fully bidirectional, allowing the Python programmer to take full advantage of the power provided by various Objective-C based toolkits and the Objective-C programmer transparent access to Python based functionality.
The most important usage of this is writing Cocoa GUI applications on Mac OS X in pure Python.
python
objc
The most important usage of this is writing Cocoa GUI applications on Mac OS X in pure Python.
september 2011 by cdzombak