Grouped uitableview with shadow

前端 未结 3 1326
面向向阳花
面向向阳花 2020-12-09 07:11

Any ideas how to show a shadow around the grouped uitableview\'s border?(around all border at top, bottom, sides as well as around rounded corners of sections).

I nee

3条回答
  •  遥遥无期
    2020-12-09 07:34

    Easiest one would be add drop-shadow styling to the layer to your cells in table. Remember you would have 3 types of styling - one for the top of the cell, one for the bottom cell and one for the other cells. Should not be very difficult if you start writing the code.

提交回复
热议问题