We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in file SnapCarousel.swift line 114 self.UIState.screenDrag = Float(currentState.translation.width)
results in this run-time warning in xcode 14.0.1.
The text was updated successfully, but these errors were encountered:
based on what I read at (https://www.donnywals.com/xcode-14-publishing-changes-from-within-view-updates-is-not-allowed-this-will-cause-undefined-behavior/), this may be a bug in xcode
Sorry, something went wrong.
No branches or pull requests
in file SnapCarousel.swift
line 114
self.UIState.screenDrag = Float(currentState.translation.width)
results in this run-time warning in xcode 14.0.1.
The text was updated successfully, but these errors were encountered: