javaBin / javazone-ios-app

MIT License
2 stars 0 forks source link

Scroll position on picker change #29

Closed chrissearle closed 2 years ago

chrissearle commented 4 years ago

Scroll to end of list on one day - then pick another day - the first item is covered by the time slot label.

screenshot_01

This is repeatable - but - we're doing nothing to set the scroll position (in fact we can't - there is no SwiftUI support for that yet) nor are we hiding/showing anything above the list.

For now - I am going to have to mark this as a SwiftUI issue.

chrissearle commented 4 years ago

Support coming in iOS 14

https://www.youtube.com/watch?v=rChSFRIaAYo

chrissearle commented 3 years ago

No longer seeing this. Instead - the time slot name is behind the picker.