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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T17:20:16+00:00 2026-05-20T17:20:16+00:00

Hello I have in my app a modal view controller which when a certain

  • 0

Hello I have in my app a modal view controller which when a certain button is pressed disappears and a view with a UITableView in it slides into position using a navigation controller. The porblem is when I press that button the modal view controller does disapear but instead of navigating to the next view the app crashes and I get the following stack:

#0  0x01387a63 in objc_msgSend
#1  0x0634a7d0 in ??
#2  0x003597f2 in -[UITransitionView notifyDidCompleteTransition:]
#3  0x0035a339 in -[UITransitionView _didCompleteTransition:]
#4  0x0652961f in -[UITransitionViewAccessibility(SafeCategory) _didCompleteTransition:]
#5  0x002fe665 in -[UIViewAnimationState sendDelegateAnimationDidStop:finished:]
#6  0x002fe4f7 in -[UIViewAnimationState animationDidStop:finished:]
#7  0x00e426cb in run_animation_callbacks
#8  0x00e42589 in CA::timer_callback
#9  0x01206fe3 in __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__
#10 0x01208594 in __CFRunLoopDoTimer
#11 0x01164cc9 in __CFRunLoopRun
#12 0x01164240 in CFRunLoopRunSpecific
#13 0x01164161 in CFRunLoopRunInMode
#14 0x01b5a268 in GSEventRunModal
#15 0x01b5a32d in GSEventRun
#16 0x002dc42e in UIApplicationMain
#17 0x000021dc in main at main.m:14

What is wrong with the app? 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-05-20T17:20:16+00:00Added an answer on May 20, 2026 at 5:20 pm

    it is happing due to the timing of both events… you can do one thing first dismiss the model view and after that using timer navigate to next view after approx. 3 seconds… like this…

    [self.navigationController dismissModalViewControllerAnimated:YES];
    
    [self performSelector:@selector(moveOn) withObject:nil afterDelay:3.5];
    
    
    -(void)moveOn
    
    {
    
        SecondView *secondView = [[SecondView alloc] initWithNibName:@"" bundle:nil];
        [self.navigationController pushViewController:secondView animated:YES];
        [secondView release];
    
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hello good morning everyone, i have an iphone app which is still in development
Hello I have the following error by git-fsck, which cannot be cleaned by git-gc
hello i'm building a wpf app with data grids, the pattern is model view
Hello I have the following proble: I have the action class of a view
Hello I have a bunch of text on my file which i display. I
Hello: I have an app where in a thread hierarchy (persisted entity) is modelled
Hello i have problem with my sms aplication. import java.util.ArrayList; import java.util.List; import android.app.Activity;
Hello i have a problem with this aplication. import java.util.ArrayList; import java.util.List; import android.app.Activity;
I have a simple Hello Webservice hosted on localhost like the Silverlight app and
Hello we have an SQL server application running over a low bandwith connection. We

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.