Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6869707
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T03:35:29+00:00 2026-05-27T03:35:29+00:00

I am using the built in Mail-composer in my App. Depending on which iOS

  • 0

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

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T03:35:30+00:00Added an answer on May 27, 2026 at 3:35 am

    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)

    @implementation UINavigationBar (UINavigationBarCategory)
    
    - (void)drawRect:(CGRect)rect {
    
        if ([[[UIDevice currentDevice] systemVersion] doubleValue] < 5.0) {
            UIColor *color = kColorSCSNavigationBarBackgroundBlue;
            UIImage *img  = [UIImage imageNamed: @"TitleBar.png"];
            [img drawInRect:CGRectMake(0, 0, self.frame.size.width, self.frame.size.height)];
            self.tintColor = color;
        }
    }
    
    @end
    

    For iOS >= 5.0 (applicationDidFinishLaunching method in AppDelegate)

    if ([[[UIDevice currentDevice] systemVersion] doubleValue] >= 5.0) {
        [[UINavigationBar appearance] setBackgroundImage:[UIImage imageNamed:@"TitleBar.png"] forBarMetrics:UIBarMetricsDefault];
        [[UINavigationBar appearance] setTintColor:kColorSCSNavigationBarBackgroundBlue];        
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to send mail using CakePHP in-built Email component. When I send
If I were to send an email from any ios app (non built in
I have a function that sends email using asp.net built in mail framework. I've
I'm using zend mail extended with zend_mail_storage_imap and I built an application that looks
Using PHP.. I have a small app that I built that currently uses a
XCode 3.1.2 using built-in OCTest unit testing. I'm getting a crash when unit tests
I am using built in Drupal 6 user module, fore user registration, forgot-your-password-emails and
How do I do the following using built-in modules only? I have a list
Using the built-in Address Book framework for iPhone, how can I save a specific
I'm using the built-in SpellCheck for the WPF RichTextBox and would like to ignore

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.