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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T01:03:49+00:00 2026-06-06T01:03:49+00:00

I have an app with an UINavigationController and two tableviews. When I switch between

  • 0

I have an app with an UINavigationController and two tableviews. When I switch between these two table views, I would like the background to remain static, so it doesn’t change, but I don’t have a clue on how to do this.

I was thinking of making the background of the two table views transparent and to add a UIViewController behind then with the desired static image as background. Is that a right approach? Or are there better or easier solutions? I’m working with storyboards btw.

Thanks in advance!

  • 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-06T01:03:50+00:00Added an answer on June 6, 2026 at 1:03 am

    If you’re into animation, a frame change ain’t all that bad to code out. You could use a transparent background for the table, and insert an image view behind the two tables:

    [UIView animateWithDuration:1.0f animations:^{
         [self.tableOne setFrame:CGRectMake(-320,0,self.view.frame.size.width, self.view.frame.size.height)];
         [self.tableTwo setFrame:CGRectMake(0,0,self.view.frame.size.width, self.view.frame.size.height)];
     }];
    

    Of course frame is just one option. Center works as well.

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

Sidebar

Related Questions

I have UINavigationController based app with two views. On the first view there is
In my app I have a UINavigationController. One of the views in the NavigationController
In my app I have UINavigationController with two UIViewControler's (first and second). The first
I have two views in one XIB I want to switch, but I don't
in my app i have an UITabBarController with UINavigationControllers initialized like this UINavigationController *newsNavigationController
I have an app which is based on a UINavigationController . There is a
I have an iPhone app using a UINavigationController. On the fourth controller of the
Requirement of my app is to have UINavigationController at the bottom with play, rewind
I'm building an app for a blog site. I have a UINavigationController with a
I have an app which is a UITabBarController, I have defined two subviews Both

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.