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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T03:25:43+00:00 2026-05-24T03:25:43+00:00

I am trying to build an app that has a landing screen with a

  • 0

I am trying to build an app that has a landing screen with a link to either “signin” page or “sign up” page. The meat of the app is a tabbar. Where would be the right place to implement the tabbarcontroller given that a user can have the following flow:

  1. landing page – >sign in -> main app
  2. landing page – > sign up -> main app
  3. straight to main app if the user logged in already

Is it possible to do that in the AppDelegate? But then, how do I go back to the appDelegate if I am at the “sign in”/”sign up” page?

Thanks so much for the help!!

  • 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-24T03:25:45+00:00Added an answer on May 24, 2026 at 3:25 am

    Create a modal view that pop ups (the landing page) if the user is not signed in/up. Once they either sign in or sign up, you dismiss the view.

    Just create another view and the xib, and if you the first view you load detects they are not logged in (example: say you have a tab bar with Twitter Feed, Facebook Feed, and SO feed, your first view is the twitter view, it senses you aren’t signed up/logged in for your awesome service, it calls a modal view to sign in/up) Once users are done with this you dismiss the modal view.

    Here’s the official documentation: http://developer.apple.com/library/ios/#featuredarticles/ViewControllerPGforiPhoneOS/ModalViewControllers/ModalViewControllers.html

       UINavigationController *loginview = [[UINavigationController alloc]init];
    
       [self presentModalViewController:loginview animated:YES];
    

    To dismiss it (from within the login view)

       [self dismissModalViewControllerAnimated:YES];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to build out a C# web app that has an input screen.
I'm trying to build an android app that would do a local search on
I am trying to avoid XMLReader for an app I build that has a
I am trying to build my exe win32 app that has to use SO_EXCLUSIVEADDRUSE
I'm trying to build an app that has some functionality similar to tweakybeat, specifically
I'm trying to build an app that gets JSON from server and then shows
I am trying to build an app that only works for landscape device orientations
I am trying to build a facebook app that will serve as a portal
I am trying to build a Metro app that can get products off a
I am trying to build an app (with ARC) that uses the facebook_ios_sdk (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.