Navigation Bar on iOS Gets Corrupted using NavigationService

6 replies. Last post: March 26, 2014 3:43 AM by Handy Surya
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback

Hi,

Our previous issues haven't been solved, and yet another issue is being experienced by our team with the NavigationService from Crosslight. Here's the output being thrown when in debug mode.


2014-03-18 17:14:56.533 xxxxxx[2582:70b] nested pop animation can result in corrupted navigation bar
2014-03-18 17:14:56.911 xxxxxx[2582:70b] Finishing up a navigation transition in an unexpected state. Navigation Bar subview tree might get corrupted.


THis issue occurs when closing one of the UIFormViewController at the end of the navigation stack. Here's the navigation sequence : A.) ListViewModeBase > B.) ListeViewModelBase > C.) EditorViewModelBase > D.) ListViewModelBase > E.) EditorViewModelBase

Once "E.) EditorViewModelBase" is closed, then you go back until "B.) ListViewModeBase", that's when the navigation bar gets corrupted. There are instances where the same page is loaded for every backward navigation. Here's the code that we are using to close the view:


this.NavigationService.Close(new NavigationResult(NavigationResultAction.Done));


All times are GMT -5. The time now is 4:46 AM.
Previous Next