SwiftUI 3: Refreshable Modifier | iOS 15 (2021, Xcode 13, Swift) - iOS Development for Beginners

preview_player
Показать описание
In today’s video we will learn to use the brand new refreshable modifier in SwiftUI 3.0. This long awaited modifiers lets you update lists and other components with a pull to refresh style action. Perfect for lists of data, this is an essential modifier to understand. We’ll work in the latest version of Swift and Xcode 13.

#swiftUI #refreshable #iOS15

** Like my teaching style? Check out some of my most popular courses!

Join this channel to get access to perks, code, groups, and more:

** Get Skillshare free for 2 Months and learn iOS

** Manage all your investments from app earnings on Betterment!

** Grow your own Youtube tech channel with TubeBuddy:
Рекомендации по теме
Комментарии
Автор

Hi, there is no course on your website related to Swift basics. Can you please recommend a book for beginners that is not too much overwhelming?

MrSojek
Автор

I guess you should have showed us to how to update or create when refreshing. Oh wait! That's for CoreData 🤦🏽‍♂😂 Great video mate.

DaveyonMayne-ok
Автор

Can you make a video on how to do a login system using SwiftUI and SPM please? I tried with cocoapods countless times but it still doesnt work

kanchankrishna
Автор

What I always do is extend the struct with the uuid.

struct myModel: Codable {
var name: String
}

// Make it work in SwiftUI Views
extension myModel: Identifiable {
var id: UUID {
return UUID()
}
}

xWDG
join shbcf.ru