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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T08:14:21+00:00 2026-05-18T08:14:21+00:00

Here is my app setup. TabBar App with three tab items, tabs 2 and

  • 0

Here is my app setup.

TabBar App with three tab items, tabs 2 and 3 are irrelevant

The TabBarController is located within MainWindow.xib

In interface builder for MainWindow.xib, within the TabBarController
i have the seperate viewControllers for each tab.
Then a view for each view controller underneath ( this can been seen when viewing the object in list view)

The application loads and displays the first tab.
I want to be able to have a button in the view of the first tab that can be clicked that will then animate the following:
the current view fading out
a new view fading in within the SAME tab.
Would the new view require a new viewcontroller or just an additional view under the view controller? or can i create a new view controller and load that with its view?

how would i go about this? just the method is needed.

How would i go about this? Thanks

EDIT

my interface builder list looks like this

http://i51.tinypic.com/2i7vjv6.jpg

Where should i place this new view?

  • 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-18T08:14:21+00:00Added an answer on May 18, 2026 at 8:14 am

    You don’t need the additional view controller. Just add additional view in current controller’s view and that will be good enough. When user touch up on button make animation that will adjust transparency of views for desired duration. After animation is finished set transparent view as hidden so it won’t capture the user actions.

    @interface NewsletterViewController {
      IBOutlet UIView *view1;
      IBOUtlet UIView *view2;
    }
    

    In interface builder, add this views to NewsletterViewController->View and connect them with these outlets.

    Some code for animation setup:

    [UIView beginAnimations: @"Fade" context: nil];
    [UIView setAnimationDuration: 0.5];
    [UIView setAnimationDelegate: self];
    [UIView setAnimationDidStopSelector: @selector(onFadeFinished)];
    view1.alpha = 0;
    view2.alpha = 1
    [UIView commitAnimations];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm developing an iPhone app that features a tab-bar based navigation with five tabs.
I had setup an app to play a video using the library suggested here
Here is the scenario: I'm writing an app that will watch for any changes
Here's the scenario. I'm debugging my own app (C/C++) which is using some library
In my JSF/Facelets app, here's a simplified version of part of my form: <h:form
I have a Rails app that I need to deploy. Here are the facts:
Ok, here's one for the JavaScript gurus: In my app, one of the controllers
I have an TabBar app that I would like to be in landscape and
I have an app that works with tabs and webview. I already have it
Greetings! I have a working iPhone app (huzzah!) that uses a MainView.xib containing a

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.