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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T23:20:12+00:00 2026-05-27T23:20:12+00:00

I have used UInavigation controller when the calling form is a UITable but in

  • 0

I have used UInavigation controller when the calling form is a UITable but in this case I’ve used a button to call the form I need using the following code –

EditCodesController *editcodesController = [[EditCodesController alloc] initWithNibName:@"EditCodesController" bundle:nil];
UINavigationController *mySocondView =[[UINavigationController alloc]
                                       initWithRootViewController:editcodesController];
[self presentModalViewController: mySocondView animated:YES];

This works ok and I’ve place a ‘Back’ button on the navigator bar on the form called. What code do I need to use to return to the original form?

  • 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-27T23:20:13+00:00Added an answer on May 27, 2026 at 11:20 pm

    You need to call dismissModalViewControllerAnimated: on the Navigation Bar to dismiss your Modal View Controller. What you need to do is have a selector method in your class where the back button is displayed which calls the dismissModalViewControllerAnimated: selector on the original navigation controller

    In your opened view, you could have the button set up and the selector like so:

     // In viewDidLoad (or similar)
     UIBarButtonItem *back = [[UIBarButtonItem alloc] initWithTitle:@"Back" style:UIBarButtonItemStyleBordered target:self action:@selector(goBack)];
     self.navigationItem.leftBarButtonItem = back;
    
     // Your goBack Selector will then be
     - (void)goBack {
         [self dismissModalViewControllerAnimated:YES];
     }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following object structure: UITabBarController UINavigationController UITableViewController It used to work, but
I have used this summary reference for years but it is beginning to show
I have used this in my HTML: <q> Hai How r u </q> Which
I have a project using StoryBoards and UISearchDisplayController used in the context of a
I have UINavigation Controller that has a UIViewController pushed onto the stack and displayed.
I have used Rhino.Mocks extensively currently writing some tests in Java using EasyMocks. However
I am using a view Controller which have contains tabbarcontroller(4 tabs). each tabbar have
I have used the following code to display the previous and after years of
I have used traditional version control systems to maintain source code repositories on past
I have used IPC in Win32 code a while ago - critical sections, events,

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.