JJCloudEngine – Cocoa API Wrapper for CloudApp

CloudApp is one of my new favorite things and has already become one of the top apps installed on my mac in the case of a rebuild. Because of this strange love for a cloud-based service, I want it in all my apps. So I set out over a memorial day weekend to build an Objective-C wrapper for their REST-based API.

Check it out now up on GitHub: JJCloudEngine

I had never built a publicly reusable component like this before for a REST library, so I used some inspiration. Inspiration in the form of Matt Gemmell. JJCloudEngine is structured exactly like and reuses some code from MGTwitterEngine. In many ways, this is a learning project for me, so thanks goes out to him for creating his engine.

June 3, 2010

JJScrollView – Looping Scroll View

This is a quick little UIScrollView wrapper that helps create a looping scroll view. It was thrown together as an example and really needs a lot of clean up. It also features a pushViewController message that will stick a new view controller in the scroll view and will slide to it.

Check it out now: http://www.github.com/jnjosh/JJScrollView

March 7, 2010

Status Bar Replacement (TSStatusArea)

Working on creating a little status bar replacement class for iPhone Apps. More coming soon to github…

Screen shot 2009-12-02 at 2.56.58 AM

December 2, 2009