The iPhone Reference Libary - UIApplication says I can subclass UIApplication, but if I try this I will get an exception:
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'There can only be one UIApplication instance.'
This reminds me of the Highlander "There can be only one,. :-)
Do I have to pass other argurments to UIApplicationMain? Or did I missread somthing in the libary?