New in SwiftUI 4: Tables for iPadOS & iOS(Kinda :))

SwiftUI 4 brought Tables to iPadOS, so this means tables are now supported for macOS as well as iPadOS. It’s kinda supported for iOS as well and we will see how with the example.
So Table is a container that presents rows of data arranged in one or more columns, it optionally provides the ability to select one or more members. We usually crate table from a collection of data…