Reputation: 75
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?
Upvotes: 1
Views: 396
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