javaBin / javazone-ios-app

MIT License
2 stars 0 forks source link

Pull to refresh on list #1

Closed chrissearle closed 4 years ago

chrissearle commented 4 years ago

SwiftUI doesn't support pull to refresh out of the box yet - but lots of tutorials and examples online

chrissearle commented 4 years ago

As of right now I've found several complex swiftUI implementations, one embed with UIScrollView that also seems to require rewriting much of the view stack. Not entirely sure how they play with core data.

Tempted to wait until WWDC 2020 (June) to see if swiftUI gets this as an update :)

chrissearle commented 4 years ago

OK - found a swiftui package for this. Cool.

So far it will refresh.

ToDo: