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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T02:21:14+00:00 2026-05-23T02:21:14+00:00

I am showing a login screen with an error, like: _loginViewController.error = error; [_navigationController

  • 0

I am showing a login screen with an error, like:

_loginViewController.error = error;
[_navigationController presentModalController: _loginViewController
                                     animated: YES];

In LoginViewController, I want to slide the error message onto the screen like this:

- (void)showErrorAnimated: (BOOL)animated;
{
    _errorLabel.text = [_error localizedDescription];

    [UIView beginAnimations: @"showError"
                    context: NULL];
    CGRect frame = [_errorView frame];
    frame.origin.y = 0; // starts at -frame.size.height
    [_errorView setFrame: frame];
    [UIView commitAnimations];
}

But I don’t know how to call this to match the timing of the view controller finishing it’s slide to the top of the screen begun by presentModalController:animated:.

How can I get this timing 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-05-23T02:21:15+00:00Added an answer on May 23, 2026 at 2:21 am

    You should use the viewDidAppear method of your controller, which will be called the time the view is displayed.

    http://developer.apple.com/library/ios/documentation/uikit/reference/UIViewController_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40006926-CH3-SW17

    Just be careful with viewDidAppear because it is called whenever your view is shown. This means that if your controller presents a modal controller and then it is dismissed, the viewWillAppearand viewDidAppear methods will be called again.

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

Sidebar

Related Questions

while showing progress bar i want to disable touch screen to restrict other functionalities
I have an application first showing a login screen which on a succesful login
I want my app to show a login-screen every time it is opened. With
I'd like to make a login bar for an application and I can't figure
Ok, I got this issue: I have an application with a login screen that
Today one of my websites started showing Error Number: 2006 MySQL server has gone
I have an IPhone application that I want to attempt login and do some
I want to limit the failed login attempts. For example, if a specific user
I have an array (result) which is showing output on console like this. I
I need my css to show for my login page, but it's not showing

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.