-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to add it to TabbedPage #6
Comments
Bump. LOVE THIS but having the same problem in iOS (works fine for me in Android). When implementing this in a TabbedPage, the ViewWillAppear has a null NavigationController in It would be really awesome to have this sorted out. I was determined to hunt it down but ran out of time under a tight deadline so I'm using this for Android but just using NavigationPage.SetTitleIcon(this, "my_icon"); for iOS (all I needed) |
Add did solve it like this in my code:
|
Perfect solution. But I can’t apply it to tabs. MainView : TabbedPage MyCardsView : CustomView CustomView and CustomNavigationView - from this project |
Hello,
i love your navigation bar but i need it in a TabbedPage. Can you give me a hint how to do this because
i can't get it done.
Looking forward for your answer
bluekuen
The text was updated successfully, but these errors were encountered: