question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[IOS] Crash : NSInternalInconsistencyException Reason: No view controller managing visible view

See original GitHub issue

Happens only when tabs have long text that wraps around on a tab. and you click on tabs to navigate between them.

` var tabs = new List<TabItem>(){

            new TabItem("Tab with a very long text 1", new Label{Text = "Tab 1", HorizontalOptions = LayoutOptions.FillAndExpand, VerticalOptions = LayoutOptions.FillAndExpand, BackgroundColor = Color.Red}),
            new TabItem("Tab with a very long text 2", new Label{Text = "Tab 2", HorizontalOptions = LayoutOptions.FillAndExpand, VerticalOptions = LayoutOptions.FillAndExpand, BackgroundColor = Color.Green}),
            new TabItem("Tab with a very long text 3", new Label{Text = "Tab 3", HorizontalOptions = LayoutOptions.FillAndExpand, VerticalOptions = LayoutOptions.FillAndExpand, BackgroundColor = Color.Blue}),
        }; 

`

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
chaosifiercommented, May 31, 2020

With the new version, the tab header will be scrollable when the content width exceeds available width. This should fix the issue.

0reactions
felipechavezcommented, Mar 9, 2020

I have the same problem. Did you find any solution to that problem?

Read more comments on GitHub >

github_iconTop Results From Across the Web

UIPageViewController and "No view controller managing ...
UIPageViewController and "No view controller managing visible view" ... The crash was caused by reset code being invoked from viewWillLayoutSubviews method of a ......
Read more >
Assertion failure in UIPageViewController
with errors Assertion failure and Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'No view controller ...
Read more >
[IOS] Crash : NSInternalInconsistencyException Reason ...
I was installed plugin. When I go to the page, back and go to new page (any page has a scrollview). It crash....
Read more >
[Resolve]-Assertion failure in UIPageViewController
with errors Assertion failure and Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'No view controller managing visible ...
Read more >
Ios – Assertion failure in UIPageViewController
with errors Assertion failure and Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'No view controller managing visible ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found