Static Table enums

Posted on Jul 12, 2021

Using enums in Swift for static Table View Data Sources is really great. Especially when declaring them as enum X: Int and using the rawValue to reflect the section or row index.

You can even use the CaseIterable protocol to count the number of sections or rows.