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

[WIP] Use API from ios 17 #226

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from
Draft

Conversation

Programistich
Copy link
Contributor

No description provided.

@@ -89,16 +87,11 @@ struct FullScreenshotsView: View {
.frame(height: geometry.size.height)
.frame(minWidth: geometry.size.width)
}
.onChange(of: currentIndex) { newIndex in
.onAppearOrChange(of: currentIndex) { newIndex in
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please don't combine modifiers, just move the code to separate function with index argument

@Programistich Programistich changed the title Use API from ios 17 [WIP] Use API from ios 17 Jun 3, 2024
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.

None yet

2 participants