ObjectiveFlickr 0.9.0 in Objective-C

I’ve finally made the long overdue packaging of the latest version of ObjectiveFlickr (ObjC version). Some highlights:

  • A new app that demos how to make use of Flickr search API and WebKit to display cool search results, in the tradition of this Ruby on Rails demo.
  • Complete documentation generated by header2doc
  • A pre-built, ready-to-use ObjectiveFlickr.framework in the distributed package.

There are still lots of things to be done. As this is an on-going project and as I’ve learned a lot from developing it, I’ll continue improving this framework. Plans include unit testing, synchronous calls (now that I’ve understood how Cocoa’s performSelectorOnMainThread: works–a trick that involves threading, run loop, and a conditional lock), more documentation work, and better demo apps.

Meanwhile, do let me know if there’s anything ObjectiveFlickr can help you better. Thanks for the support!

Leave a Reply