-
Notifications
You must be signed in to change notification settings - Fork 98
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
Custom back button modifier #131
Comments
I'm also interested in this! |
@lowryrussell I had to clone the repository and make my own implementation for that, i changed the base code, if you're interested i can share with you how i did it |
@obaida-mostarihi I'm interested as well. Could you please share? |
@trinvh First of all i don't recommend using this library since it does not support new ios versions, it's so outdated it has a lot of navigation bugs, it's still using NavigationView instead of NavigationStack, but here's how you can add the hideBackButton: once you fork the repository go to the package in folder "NavigationCoordinatable" and file "NavigationCoordinatable" add to the protocol this line in the same class you'll find an extension for NavigationCoordinatable add this line
then in "PresentationHelper" file under "NavigationCoordinatable" folder, inside the switch statement find case .push and change it into the following:
|
Anyone have a custom navigation back button implementation they're willing to share?
The text was updated successfully, but these errors were encountered: