Understanding Grids in SwiftUI | LazyVGrid, LazyHGrid & Data Table | UICollectionView Alternative

preview_player
Показать описание
In SwiftUI's Navigation View you don't able to control the Navigation Animation and Navigation Behavior as it is designed to work only with particular code and situation, so if you want to add more dynamic behavior to your App you need to use Navigation Stack Module. In this video we gonna take look of alternative to Navigation View inside SwiftUI we gonna learn how to Push and Pop subsequent view into navigation stack and how to manage it.

In this video we gonna create 4 navigation style first we normally build push pop view then we gonna add some animation and behavior to Navigation Stack, then we gonna take look at Double Column Navigation View and Finally we learn about how to Push and Pop View Programmatically using view ID.

Timeline
Intro (00:00)
Demo of Grid App (00:27)

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

Thank you for the video. Today I learned and maybe it'll be helpful for others, in "DataExample: Identifiable, var id" it's better to use UUID(), cause these id's have to be unique. Subscribed to your channel, keep doing it! Have a good day!

colgates.