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

  • Home
  • SEARCH
  • 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 7189723
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T19:21:45+00:00 2026-05-28T19:21:45+00:00

On my simulator, a UITabBar appears to react to mouse clicks up to about

  • 0

On my simulator, a UITabBar appears to react to mouse clicks up to about 10 pixels above the visible bar. On the phone, it is hard to tell what is going on, but my experience has been that if I put a button right up against the tab bar, users will frequently aim for the button but end up tapping the tab bar, which can be extremely confusing and disconcerting.

To avoid these problems, I would like to shrink the active region of the tab bar.

Is that possible?

EDIT: The tab bar is being controlled by a tab bar controller.

  • 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-28T19:21:45+00:00Added an answer on May 28, 2026 at 7:21 pm

    In general you should not place controls above the UITabBar. There is a high likelihood that users will accidentally tap those controls when they mean to press the tab bar, and vice-versa.

    Several of the standard UI elements from Apple have touch targets that are larger than the visible control on the screen. For example, the “Back” button in a UINavigationController actually can be controlled when you are a few pixels outside of the button.

    The idea here is that customers probably mean to hit the UITabBar if they are within 10px.

    If you really need to have controls along the bottom of your screen, consider hiding the UITabBar when the user is looking at this particular UINavigationController. You can do so by doing the following when you present the controller:

    MyViewController *viewControllerWithControlsOnBottom = [[MyViewController alloc] init];
    viewControllerWithControlsOnBottom.hidesBottomBarWhenPushed = YES;
    [self.navigationController pushViewController:viewControllerWithControlsOnBottom animated:YES];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm writing a simulator in Python, and am curious about options and opinions regarding
Any software simulator that can help to develop Android app without an actual phone?
I have a custom button in another view directly above my UITabBar. It seems
I'm working on an iPhone app that has a UITabBar. Occasionally the tab bar
I have an iphone simulator running on my Mac. I have a .ipa file,
Blackberry 8300 simulator crashed. It shows a jvm error 545. Any idea how to
Hello I am working with a simulator that uses rcS scripts to boot, this
I would like to create/start a simulator for the following microcontroller board: http://www.sparkfun.com/commerce/product_info.php?products_id=707# The
Are there any reasons why the simulator will display UIImageViews properly, but incorrectly on
Related to: Testing firmware starting a microcontroller simulator/emulator Interpreting assembly code If you are

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.