During the development of our software we often implement reusable custom controls or patterns. When we're done we often wonder why someone hasn't already solved this problem. It's at these times we'd love to share our solutions with the rest of the development community. This is our attempt to make that happen.
If we haven't released something but you see it within one of our applications then drop us a line. We'd be happy to help you out and perhaps share some code.
WAImageDropShadowEffect
The WAImageDropShadowEffect is a class that is used by iPhone applications by a UIView to render an image with a drop shadow effect. In this example some simple iPhone controls have been added to allow you to manipulate the effects class.
WAPopUpMediator
The WAPopUpButtonMediator is a simple class that is intended to sit between an NSPopUpButton, an NSArrayController, and any other object (usually a controller). It's job in life is to allow you to add a custom item to a popup list that is bound to an NSArrayController. This item, when selected, will cause the delegate of the mediator to be notified. In this example that delegate pops up a editor sheet to allow editing of the items within the popup list.
Subversion
All of our public source code can also be accessed via Subversion at:svn co http://svn.wideasleep.com/public/trunk/






