SwiftUI Beginner tutorial : Ep 4 - ScrollView implementation like Netflix

preview_player
Показать описание
Hey guys, welcome to another tutorial about implementing scroll views similar to Netflix app, in this tutorial I've also used subclassing methods.

Thank you for watching this video,Leave a thumbs up if you enjoyed it!🙂
Рекомендации по теме
Комментарии
Автор

Heyy Amit its a nice video ... keep it up ... just one thing, instead of setting padding manually for safeArea.. you could just wrap the Home() in a ZStack with Color.gray like :
struct ContentView: View {
var body: some View {
ZStack {

Home()
}
}
}

debashishdas
visit shbcf.ru