Tapku

Archive for July, 2009

Cocoa Tutorial: Passing Messages Between Objects: Notifications, Delegates and Target-Action

Thursday, July 23rd, 2009

Article moved here: http://devinsheaven.com/cocoa-tutorial-passing-messages-between-objects-notifications-delegates-and-target-action/

Creating UITabbar / UIToolbar Icons for iPhone in Adobe Illustrator

Monday, July 20th, 2009

Article has moved: http://devinsheaven.com/creating-uitabbar-uitoolbar-icons-in-adobe-illustrator/

Free Library of iPhone UI classes

Friday, July 3rd, 2009

Having worked on the iPhone for almost a year now, I’ve reused so much code, and create basically the same classes over and over again. So instead of continuing on this path, I’ve decided to create a library of common classes like table view cells, and loading indicators. The repository is hosted on github, and I plan on adding more and more to the library soon. Right now, the library has mostly a lot of labeled table view cells. You can see these cells used throughout To-Do Lists. Another class is LoadingHUDView which looks similar to a alert view, but instead is good for tell the user that stuff is loading.