Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-2488] Modal transition queuing, Wait for viewDidAppear/viewDidDisappear to know the current transition has completed

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionNeeds more info
Resolution Date2012-07-26T11:57:03.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsn/a
ReporterYgor Lemos
AssigneeNeeraj Gupta
Created2011-04-15T03:21:06.000+0000
Updated2012-07-26T22:29:19.000+0000

Description

Hi guys,

sometimes, when I use some modals to appear/disappear for example on network disruption or for security alerts on my app, I get this:

2010-12-03 07:17:11.672 ezRec[89318:207] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Attempting to begin a modal transition from <UINavigationController: 0x69ee9f0> to <UINavigationController: 0xc018070> while a transition is already in progress. Wait for viewDidAppear/viewDidDisappear to know the current transition has completed'

Did you guys queue the modal transitions and expect them to terminate before calling the next requested one ? If not, there is a way for us to check viewDidAppear / viewDidDisappear from Cocoa mapped on JS so we can solve this kind of problems ?

Comments

  1. Stephen Tramer 2012-07-26

    Requires complete & valid test case

    This ticket may be reopened when one is provided.

JSON Source