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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T10:36:30+00:00 2026-05-26T10:36:30+00:00

I have a tab controller and within this tab controller one of the views

  • 0

I have a tab controller and within this tab controller one of the views is called random. Within random, I have added multiple views (without making new .xib files or .m/.h) that I simply create in interface builder and linkup. For example, I created landscape view. I have a button within the original view (random) that takes me to landscape view with a simple line of code: self.view=landscape;. This works. My problem is having a custom “back” button that will take me to the original view. I tried calling self.view=view;
but this did not work. When I check the connection in interface builder with the original view, it simple just says “view”. What line of code is needed to return me to the original view (“view”)?

Thank you in advance and my apology if this is extremely obvious

  • 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-26T10:36:31+00:00Added an answer on May 26, 2026 at 10:36 am

    I guess you could persist your original view so that you can restore it later. This should do it:

    Add this property to your view controller (in your .h header file):

    @property (nonatomic, retain) IBOutlet UIView *originalView;
    

    Autogenerate the accessors (in your .m implementation file):

    @synthetize originalView
    

    Inside your viewDidLoad method, assign the actual original view from the NIB to it:

    self.originalView = self.view
    

    And then to return to your original view after a click on your back button, do this:

    self.view = self.originalView
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Tab Bar Controller created in Interface Builder Within the Tab Bar
I have a my views and controllers set up like so. A Tab/Bar controller
I have 2 tab bar items. The first tab have a navigation controller(3 views)
I have a Tab Bar Controller with 4 Items. In the 4 one I
I have a tab bar controller and in both tab bar items i have
Let's have an example. In application I have a tab bar controller. Tab bar
I have a tab-bar and navigation controller application (like Youtube app or Contacts app).
I have a Tab Control with multiple Tab Pages. I want to be able
I have a TabBar controller with up to 9 controllers, each one has a
I have a complicated structure where I have a custom tab-bar controller that houses

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.