Example #1
0
 //After calling this method you cannot return to this page.
 //The entire Navigationcontroller has to be dismissed, and this controller must be reloaded and call ViewDidLoad()
 void GoToQuestionnairePage()
 {
     _viewModel.Cleanup();
     NavigationController?.PushViewController(QuestionnaireViewController.Create(), true);
 }