Daniel de Vogel
Daniel de Vogel

Reputation: 75

How to style tableview sections with shadow, padding and rounded corners?

I want to rebuild the app from the screenshot in Swift. I want to use a tableview with different tableview sections. How do I style the tableview SECTIONS with padding (left right and top), rounded corners and shadow?

enter image description here

Upvotes: 1

Views: 396

Answers (1)

Awais Mobeen
Awais Mobeen

Reputation: 852

It could be achieved by simply adding uitableview as a cell of uitableview and add the shadow and border to each cell.

Upvotes: 1

Related Questions