I am using the built in Mail-composer in my App. Depending on which iOS SDK I am using to compile the App I get different results:
GOOD: iOS SDK 4.3
good http://k.minus.com/jbmHVxSGOpPnhE.png
BAD: iOS SDK 5.0
bad http://k.minus.com/jwkNg6irPuMKU.png
So what is the best way to achieve the same look using the SDK iOS 5.0?
Thanks a lot for your help
I could fix my problem as follows. However, I am not sure if this is the cleanest possible solution so please let me know if there is a more standard or clean way to do it:
Since I need to support iOS > 4.0 I need the following two approaches.
For iOS < 5.0 (Using a Category)
For iOS >= 5.0 (
applicationDidFinishLaunchingmethod in AppDelegate)