You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having an issue when I'm coming back (pop) to a UIViewController that has left and/or right navigationItems. When I wire the RainbowNavigation to the UIViewController navigationController, set the "navigationBarInColor()", and pop back to that viewController (dragging or not), the colored background view overlaps the navigationItems (except the title or titleView).
I have tested it in my own app as in the ExamleApp, and it happens on both.
I have been able to debug it, and found that the navigatinoBar.subviews order is the problem, when poping back the ViewController, the layers are rearranged and the backgroundView place itself over the NavigationItems and behind the (TitleView or Title).
I was not able to fix it yet, has anyone encountered this problem too???
The text was updated successfully, but these errors were encountered:
Hello!
I'm having an issue when I'm coming back (pop) to a UIViewController that has left and/or right navigationItems. When I wire the RainbowNavigation to the UIViewController navigationController, set the "navigationBarInColor()", and pop back to that viewController (dragging or not), the colored background view overlaps the navigationItems (except the title or titleView).
I have tested it in my own app as in the ExamleApp, and it happens on both.
I have been able to debug it, and found that the navigatinoBar.subviews order is the problem, when poping back the ViewController, the layers are rearranged and the backgroundView place itself over the NavigationItems and behind the (TitleView or Title).
I was not able to fix it yet, has anyone encountered this problem too???
The text was updated successfully, but these errors were encountered: