Flat List Design in SwiftUI

How to design and style lists and cells in SwiftUI

Mattia Righetti
Better Programming
Published in
3 min readApr 22, 2020

--

Today I’m going to explain the little steps that are needed to achieve a good looking flat design in an iOS application that displays a list. Here’s the example I’m going to build.

--

--