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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T23:11:26+00:00 2026-06-14T23:11:26+00:00

I am properly pushing viewController B from A using navigationController . However, I would

  • 0

I am properly pushing viewController B from A using navigationController. However, I would like to do it once uiwebview from viewController B finishes its load and not immediately. I tried firstly init B and push A when load ends but with no success, controller is not viewed. How can it be done? thank you.

from controllerA,

self.controllerB = [[BViewController alloc] initWithNibName:@"BViewController" bundle:nil anUser:self.idUser aLang:self.lang];

//[[self navigationController] pushViewController:controllerB animated:NO]; working if pushed directly here

[self.controllerB view];

then, controllerB is initialized, viewDidLoad triggered and when webviewDidFinishLoad, B must be pushed now or viewed at front.

- (void)webViewDidFinishLoad:(UIWebView*)theWebView
{
    AViewController *theInstance = [[AViewController alloc] init];
    [theInstance pushBcontroller]; }

on AViewController,

-(void)pushBcontroller{

    [[self navigationController] pushViewController:self.controllerB animated:NO];

}

not working…

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

    The line AViewController *theInstance = [[AViewController alloc] init]; creates a new instance of a AViewController. Since it’s new it isn’t part of the view controller hierarchy and is therefore not connected to the navigation controller.

    Give your BViewController a reference to the previous controller and use that instead of creating a different one. Or, perhaps better, send a notification when loading is done that the original AViewController uses to know when to change the display.

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

Sidebar

Related Questions

I'm trying to figure out why pushing a viewController in my tableView using didSelectRowAtIndexPath
I am pushing BViewController from A properly. B contains a webview that starts loading
How do I properly execute commands in the command line using php? For example
Copperplate Gothic font not properly working in some versions of Firefox. whereas perfectly working
I'd like to properly close some sockets, and be able to tell the server
I want to show a custom animation when pushing a view controller: I would
I'm using navigation controller and few view controllers. I'm pushing the view controllers to
In a page I would like to display a thanks message after submitting a
Possible Duplicate: iphone - Pushing the same view controller instance more than once is
I'm pushing data from my Java application over a USB connection to an Arduino

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.