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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T18:21:44+00:00 2026-05-30T18:21:44+00:00

Okay guys, maybe you can help me out with this one. I’m about ready

  • 0

Okay guys, maybe you can help me out with this one. I’m about ready to pull my hair out.

Recently I decided to upgrade my app and make it look better, and with that I wanted to move it into full support for iPad platforms as well. For a while everything worked great. Just press copy MainWindow.xib for iPad, add the views that I used on the iPhone configurations, and everything should be great, but that didn’t work too well. Take a look:

Here is the iPhone screenshot:

iPhone version

Here is the iPad screenshot:

iPad Version

Where’s the tab bar? I don’t understand! I added the initial view when I was first putting it together, but when I linked all of the IBOutlets to the proper pieces, the tab bar no longer shows up.

Screenshot of IB:

Interface Builder

Tab Bar properties:

  • Tint: A bluish color
  • Image Tint: A goldish color
  • Mode: Scale to fill
  • Tag: 0
  • User Interaction Enabled: (Checked)
  • Multiple Touch: (Unchecked)
  • Alpha: 1
  • Opaque: (Checked)
  • Hidden (Unchecked)
  • Clears Graphic Context: (Checked)
  • Clip Subviews: (Unchecked)
  • Autoresize Subviews: (Checked)
  • Stretching: (x,y,w,h):(0,0,1,1)

The viewController.h file is a delegate for UITabBar, UITextField, and UITextView

ViewDidLoad (bar is the IBOutlet for the tab bar):

- (void)viewDidLoad
{
    [super viewDidLoad];
    [self playMovieIntro];

     NSURL *url = [NSURL URLWithString:@"http://www.faithlifefellowship.us/Audio/Sermons/NewSermonBanner.png"];
    NSData *data = [NSData dataWithContentsOfURL:url];
    UIImage *image = [UIImage imageWithData:data];
    if(!image == NULL)
    {
        NewSermonBanner.image = image;
    }

    series = [[Series alloc] init];

    SeriesName = @"";

    NSRange range = [[[UIDevice currentDevice] name] rangeOfString:@"iPad"];

    int i = 0;

    if(range.location != NSNotFound)
        i = 1;

    bar.selectedItem = hometab;

    //set delegates
    [bar setDelegate:self];
    [personalName setDelegate:self];
    [personalEmail setDelegate:self];
    [content setDelegate:self];
    [prContent setDelegate:self];
    [prName setDelegate:self];
    [prEmail setDelegate:self];
}

I’m stumped. If you have any ideas or need any more information, let me know.

Thanks!

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

    I’m going to give you a few things I’m getting in order to fix this. It will be tons easier if you could upload the source code for me/us to download and be able to pinpoint the problem.

    Sometimes (I can’t remember exactly when) I’ve had my navigation bar not show up because it was missing a connection.

    Make sure you are not hiding the tab bar anywhere in code, though it doesn’t seem to be the case since it shows up on iPhone.

    Otherwise I’m gonna take a guess and say it’s something in the NIB. Here are some things you can try:

    • Check all your connections to outlets
    • Make sure your objects in the NIB are of the correct class
    • Verify that the tab bar’s “hidden” property is not check in Interface Builder
    • Compare and verify all the structure of the NIB file between iPhone and iPad

    These are just some ideas 🙂 again if you can post the code it would be fantastic.

    Let us know how it goes,
    Felipe

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

Sidebar

Related Questions

Okay guys, I'm ready to bloody give up on this thing, I think I'm
Hye guys. Okay. I have done this coding. But it seems have error. Can
Okay I have spent the last 2 days trying to sort this one out.
Okay guys hopefully I can explain this effectively, so here goes. I have a
Okay guys, basically the problem I'm having is this. I've been assigned to write
Okay guys, I am working hashmap, using one of my classes as Key. My
Okay, before you guys go nuts -- this is just a small site, temporary
Okay guys, I'm sure this has a very simple solution but my searches are
Okay guys I have a question about positioning tables within DIV's using CSS. I
Okay guys, I've got one thats got me baffled. I've done some searching for

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.