iPhone Action Sheet replacement 
While developing an iPhone app, I wanted to change the look of the UIActionSheet to match the overall app appearance. Unfortunatly it is not possible to customize the UIActionSheet in iOS4 - at least if you want to avoid it to break with future iOS releases.
So I implemented a simple WMActionSheet feasile for iPhone (no iPad look implemented). It has some drawbacks such as it does not adhere to orientation changes and does not cover the status bar area, but still works pretty ok.
The source code is available at
github