bulubuloa/TEditor2

Error in IOS : object reference not set to an instance of an object

patilhitesh opened this issue · 1 comments

I have added TEditoriOS.Initialize() in AppDelegate but still on CrossEditor.Current.ShowTEditor method throwing Object reference error at TEditor/TEditor.ios/TEditorImplementation.cs line number 45

Issue is fixed after making page new NavigationPage(new MainPage()); without this, its crashing.