SwiftUI 2.0 Pull To Refresh - Custom Pull To Refresh Control - SwiftUI 2.0 Tutorials

preview_player
Показать описание
In this Video i'm going to show how to implement Custom Refresh Control For List/ScrollView Using SwiftUI 2.0 | SwiftUI 2.0 Pull To Refresh | SwiftUI Custom Pull To Refresh | SwiftUI 2.0 Refresh Controller | SwiftUI Refresh Control | SwiftUI Refreshable List View | SwiftUI Geometry Reader | Xcode 12 SwiftUI 2.0.

Source Code

Support Us By Visiting the Link Given Below.

My Xcode Version is 12.1
My macOS Version is 10.15.7 Catalina

For Any Queries And Any Request For Videos Use The Given Link

For More

Instagram

Twitter

Рекомендации по теме
Комментарии
Автор

Any explanaition why this doesn't work when I replace the ForEach with a List in the sample code?

MrSkeletty
Автор

Amazing Work!! you really help us a lot!

zaynabal-arab
Автор

This is by far the most complete and useful implementation I've come across so far. Amazing work! Question though... the animations seem to get a bit choppy when implemented alongside an infinite scroll using LazyVStack. Can you try out combining both pull to refresh and infinite scroll together in the same tutorial? Maybe this would shed some light on what I'm doing wrong. Hopefully it can be done without the use of LazyVStack as that breaks other stuff as well.

webguyatwork
Автор

I have a question, how can I implement it to refresh a view in order to get the firebase document changes? what should I put in on update?

zaynabal-arab