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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T11:37:26+00:00 2026-05-23T11:37:26+00:00

I am creating a user registration functionality in my application and needed some direction

  • 0

I am creating a user registration functionality in my application and needed some direction in how to implement it. Currently, my main screen only has a sign up button. When the user clicks the sign up button, a modalview slides up from the bottom and presents the user with the required textfields for registration. The user fills out the form and clicks the submit button on the top right of the nav bar ( I added a nav bar to the modalview). When the user clicks the submit button, I would like for the modalview to “disappear” and display a activity indicator while validation takes place. If a user successfully registers, the activity indicator should disappear and the new screen slide in from the right. If the submission failed for any reason, the modal view should “re-appear” with the information the user entered.

Right now my problem is hiding the modalview during validation and sliding in the new screen on successful registration. What are some approaches to this?

Thanks much in advance!

Here is the method that creates the modalview:

- (void)getSignUpView:(id)sender
{

    SignUpViewController *signUpViewcontroller = [[SignUpViewController alloc]
                                                  initWithStyle:UITableViewStyleGrouped];

    UINavigationController *navigationController = [[UINavigationController     alloc] initWithRootViewController:signUpViewcontroller];
    [self presentModalViewController:navigationController animated:YES];

    [signUpViewcontroller release];

}
  • 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-23T11:37:27+00:00Added an answer on May 23, 2026 at 11:37 am

    I would suggest you add the activity indicator as another view to your navigation controller and set the animation to NO. If the validation is successful pop out this view and add the new controller with animation set to YES.

    If unsucessfull then pop till the root view controller. Your piece of code suggests you are aware of the method calls to do so. Let me know if you need some additional code.

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

Sidebar

Related Questions

Using Django 1.2, I'm running the django-registration application, and creating a User Profile object
I have such view that handles user registration. After creating new user i want
When I'm creating a user for my web application, an SMTP email (using ASP.NET's
I'm currently creating a user interface using WPF and would like to display a
We are creating a new site using ASP.NET membership provider for user registration and
I'm trying to implement User Registration for my Django app. The book I read
I think creating a simple user-registration on Orchard CMS should be easy? What I
I am looking for some suggestions for creating a User Profile System . I
Can't find answer to my question. I'm creating registration and need autologin for user
I'm creating a registration for my iPhone application and would like to add the

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.