1

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

  • Does this answer your question? [TableView rounded corners and shadow](https://stackoverflow.com/questions/33793211/tableview-rounded-corners-and-shadow) – koen Nov 11 '19 at 20:46
  • No, because I want to add the shadow, rounded corners and padding to the sections – Daniel de Vogel Nov 11 '19 at 21:25
  • True, but you could use a similar technique for your sections. Also, a quick search on SO shows there are several other questions about this. I also recommend you read [ask]. – koen Nov 12 '19 at 15:41

1 Answers1

1

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

Awais Mobeen
  • 733
  • 11
  • 19