Skip to content

Monthly Archives: February 2009

Airluminate v2.0 update submitted

Airluminate v 2.0 has been submitted to iTunes for approval, fingers crossed it will be on sale/for update asap.

Airluminate on sale!

My first application, Airluminate is now on sale on iTunes. It is available for download for the iPhone and iPod Touch and is on sale for $0.99. Airluminate is primarily an light that changes with movement and rotation and is designed as a fun tool for long exposure photographs. Airliminate site: Airluminate iTunes store: Airluminate

Changing the iPhone status bar

Just use this code to change the type of status bar shown. Stick it in the applicationDidFinishLaunching method which is usually in your MyAppDelegate.m [code lang="c_mac"] [application setStatusBarStyle:UIStatusBarStyleBlackOpaque]; [/code]