Closed pankova closed 4 years ago
@pankova @Sheeri what versions of Xcode/iOS was the issue observed on – I've not been able to reproduce it.
@pankova @Sheeri what versions of Xcode/iOS was the issue observed on – I've not been able to reproduce it.
Xcode 11.6. iOS 13.6. I haven't installed XCode 12 because of my work project. But If there is no bug on last XCode it's good news 🙂
OK, so if we don't need the code, we can just close this, right? (we won't mark it invalid, so you will still get hacktoberfest credit).
OK, so if we don't need the code, we can just close this, right? (we won't mark it invalid, so you will still get hacktoberfest credit).
OK, if the problem will appear, we know at least one way to fix it. And I will remember this SwiftUI+XCode latest version tip 🙈 Thanks!
Hi @pankova! We noticed you haven't claimed your digital MongoDB swag - you're still eligible even though we didn't merge this pull request. To claim your O-FISH badge, head on over to the MongoDB Community forums, login, and reply - making sure to link to this PR.
Related Issue
Fixes #331
Checklist:
Optional items:
[ ] My change adds new text and requires a change to translations.
[ ] My change requires a change to the documentation.
[ ] I have submitted a PR to the documentation repo.
[ ] I was not able to test... (explain below, e.g. you did not have permissions to test a specific feature)
[ ] This change depends O-FISH Realm repository changes (explain below)
[ ] This change depends O-FISH Web repository changes (explain below)
Optional: Add any explanations here
Problem: after appearing view on screen with slow-mode animation (video is attached below) you could see jumped view to the top of the screen. This way the navigation bar is hidden
It seems like as Swift UI bug. Similar cases are described here:
https://developer.apple.com/forums/thread/654471
https://stackoverflow.com/questions/58756846/swiftui-view-content-layout-unexpectedly-pop-jumps-on-appear
https://developer.apple.com/forums/thread/125800
Optional: Add any relevant screenshots here Slow-mode video with animation bug: view jump bug.mov.zip