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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T13:04:12+00:00 2026-06-11T13:04:12+00:00

I have an a tab based app in which some parts are for everybody,

  • 0

I have an a tab based app in which some parts are for everybody, but user should be registered to access, so, I want to change to a UIView to the Login one.

Login view is allocated in the first tab, in MainStoryboard

enter image description here

Now I’m in another tab, another section (which already has a .xib file) and I want to show the “Login” view:

 Login *aLogin = [[Login alloc] initWithNibName:@"LOGIN" bundle:nil];
 [self presentModalViewController:aLogin animated:YES];

But it crashes because of LOGIN xib doesnt exist.

 Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 

How can I load the “login” uiview?

Thanks!

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

    I found it!

     UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"MainStoryboard" bundle:nil];
     Login *aLogin = [storyboard instantiateViewControllerWithIdentifier:@"Login"];
     [self presentModalViewController:aLogin animated:YES];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a tab bar based app. But from one screen the user may
I have a tab-based iPhone app where I want to increase the perceived start-up
I have a tab in my tab based app which shows Google Maps. It
I have an UITabBar based iPhone app with 4 different UIWebViews under every tab.
I have a video in one tab and some data analysis based on the
I have written a tab based iPad application which has done well. I never
I have a view based app (not navigation or tab based...) My main view
I have a tab bar + navigation based app and I'd like to launch
I have an app based on a tab bar and data retrieved from the
I have an app which is based on the Utility template (where you flip

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.