Skip to content
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

Rename NavigationTransition to NavigationTransitionProtocol #142

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

Mohsenkhodadadzadeh
Copy link
Contributor

@Mohsenkhodadadzadeh Mohsenkhodadadzadeh commented Oct 30, 2024

Due to the recent iOS 18 update introducing a protocol named NavigationTransition, there was a naming conflict with our existing protocol used for smooth animation navigation in SwiftUI. To resolve this, I renamed our protocol to NavigationTransitionProtocol and updated all references accordingly. This change ensures compatibility with iOS 18 and avoids potential issues or confusion in the codebase. Merging this update will maintain seamless functionality across all SwiftUI navigation animations.

…conflict with iOS 18 update, and update all related references
@Mohsenkhodadadzadeh Mohsenkhodadadzadeh deleted the fix-iOS-18 branch October 30, 2024 11:18
@Mohsenkhodadadzadeh Mohsenkhodadadzadeh restored the fix-iOS-18 branch October 30, 2024 11:22
@davdroman davdroman changed the title Fix conflict with iOS 18 Rename NavigationTransition to NavigationTransitionProtocol Nov 1, 2024
@davdroman davdroman merged commit 76ae9c6 into davdroman:main Nov 1, 2024
6 checks passed
@davdroman
Copy link
Owner

Thank you for your work @Mohsenkhodadadzadeh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants