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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T04:29:12+00:00 2026-06-17T04:29:12+00:00

My app has two windows, mainWindow (for almost all views) and loginWindow (just for

  • 0

My app has two windows, mainWindow (for almost all views) and loginWindow (just for login view).
When applicationDidEnterBackground I switch mainWindow with loginWindow:

[self.loginWindow makeKeyAndVisible];
[self.mainWindow setHidden:YES];

When I came back in app the loginWindow with its views is shown. That works just fine.

However I have a problem with modalView presentation in mainWindow.
After applicationDidEnterBackground windows are switched again. After going back to mainWindow the modalView is not visible.

Method self.modalViewController gives me the exact modalView that was presented earlier, but is not visible anymore.

I’ve tried to show this modalView again with no luck like this:

[self presentModalViewController:self.modalViewController animated:NO];

How can I “re-present” this hidden modalView again?

  • 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-17T04:29:13+00:00Added an answer on June 17, 2026 at 4:29 am

    Probably you need some logic here. Like Crio stated, dismiss it when entering the background, but remember it in a property or smth. else.

    // applicationDidEnterBackground
    self.savedModalViewController = self.modalViewController;
    [self.mainWindow dismissModalViewControllerAnimated:NO];
    
    // after login but before presenting the mainWindow again
    [self.mainWindow presentModalViewController:self.savedModalViewController animated:NO];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

probably very stupid: my iPhone app has two views: Login and and one where
I am working on a simple app tab-bar based application that has two views.
A Windows Phone 7 app, it seems, has two places with version number -
I have a WPF windows app project, it has a window with two ListBox
My android app has a two word app name, and the 2nd word doesn't
I've created a simple iPhone app which has two .xib files. In the app
I am making a iPhone app that has two different targets. They use the
I've got a settings object for my app that has two collections in it.
I want to design simple app widget which has two textview and two button
Okay, when my app starts it has two tabs, and one action in 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.