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 8594203
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T00:08:48+00:00 2026-06-12T00:08:48+00:00

What are the proper dimensions for a UIBarButtonItem ‘s landscapeImagePhone image?

  • 0

What are the proper dimensions for a UIBarButtonItem‘s landscapeImagePhone image?

  • 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-06-12T00:08:50+00:00Added an answer on June 12, 2026 at 12:08 am

    This has not been documented in the “iOS Human Interface Guidelines”:

    http://developer.apple.com/library/ios/#documentation/userexperience/conceptual/mobilehig/IconsImages/IconsImages.html

    here is my choice: resize the normal portrait image to (17, 17), and use it as the landscapeImagePhone image. You can adjust the (17, 17) size to whatever you want until it looks good, but it should not larger than the standard portrait barButton Image size (20, 20).

    // resize the image for landscape
    UIImage *settingsImage = [UIImage imageNamed:@"settings"];
    self.navigationItem.leftBarButtonItem = [[UIBarButtonItem alloc] initWithImage:settingsImage
                                                               landscapeImagePhone:[settingsImage resizedImage:CGSizeMake(17.f, 17.f) interpolationQuality:kCGInterpolationHigh]
                                                                             style:UIBarButtonItemStyleBordered target:self action:@selector(settingsButtonClicked:)];
    

    Note: for the resizedImage method of UIImage, you can find a lot UIImage catalog on GitHub, I use this git: https://github.com/mbcharbonneau/UIImage-Categories
    you can remove the UIImage+Alpha and UIImage+Resize since we do not need them

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is the proper HTML entity for giving dimensions × ? I want to be
Are there any workarounds to read proper element dimensions when it's display value is
EDIT : proper solution: void add(Student s) { if(root == null) root = new
xml is not encoding proper - any help List<NameValuePair> formparams = new ArrayList<NameValuePair>(); formparams.add(new
What is the proper method to set the focus onload to first field in
I was looking a proper way to implment a ScaleAnimation. My purpose is to
What's the proper way to add a literal text value from a field to
What are the proper ways of adding a common set of method/properties to subclasses
Is there a proper way, equation or technique in general to say, My web
This yields proper results, but I would like to have the resulting row in

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.