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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T21:20:48+00:00 2026-06-17T21:20:48+00:00

I am using QuickDialog to push a login form. Everything is working except the

  • 0

I am using QuickDialog to push a login form. Everything is working except the view controller can not be dismissed. The code like this:

- (void)onLogin:(QButtonElement *)buttonElement
{
    [self loading:YES];
    Info *info = [[Info alloc] init];
    [self.root fetchValueUsingBindingsIntoObject:info];
    [self.client loginWithUsername:info.login password:info.password onSuccess:^(NSDictionary *result) {
        NSLog(@"user signed in");
        [self loading:NO];
        [self dismissViewControllerAnimated:YES completion:nil];
    } onFailure:^(NSError *error) {
        NSLog(@"login error");
    }];
}

And I am using these codes to push this view controller

QRootElement *root = [[QRootElement alloc] initWithJSONFile:@"loginform"];
LoginController *loginController = (LoginController *)[QuickDialogController controllerForRoot:root];
[self.navigationController pushViewController:loginController animated:YES];
  • 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-17T21:20:49+00:00Added an answer on June 17, 2026 at 9:20 pm

    I’m tempted to tell you to do this:

    [self.presentingViewController dismissViewControllerAnimated:YES completion:nil];
    

    Here’s Apple’s documentation:

    The presenting view controller is responsible for dismissing the view
    controller it presented. If you call this method on the presented view
    controller itself, however, it automatically forwards the message to
    the presenting view controller.

    I’m not sure why your call isn’t “forwarding” and closing anyway. Perhaps you presented using presentModalViewController? If that’s the case, balance with dismissModalViewControllerAnimated and that may fix.

    Of course we’re all assuming the the rest of your code is correct and that you are in fact seeing NSLog(@"user signed in"); print when you sign in.

    Good luck!

    >> UPDATE <<

    Wow, sorry. I just noticed you wrote “QuickDialog to push a login form” and see you added an example of how you present this screen. Since you are pushing this onto the nav controller stack, you need to pop it off. This will fix things:

    [self.navigationController popViewControllerAnimated:YES];
    

    Enjoy.

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

Sidebar

Related Questions

Using the RichTextArea in GWT, It looks like I can only change the font
using this code I can send one texture to the shader: devcon->PSSetShaderResources(0, 1, &pTexture);
Using Spring MVC, do interceptors only intercept defined controller mappings or can they also
Using Play 2.1-RC1 I can't write simple test. Here's the action code: def echoTestTagFromXml
Using MongoDB C# Driver (official form 10gen), I'm doing the following code: using (database.RequestStart())
using this http://bl.ocks.org/950642 we can see how to add images to nodes, the question
Using Location.getBearing(); I seem to get randomly changing bearings. Aka, I can turn the
I'm using QuickDialog to generate forms from JSON, all is well, other than the
Using getDefinitionByName I am consistently getting the error saying it is not defined (as
Using Tsql, how can I find out when MS SQL server was installed?

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.