How to add a combined shadow to expandable table cells?

I have a table view with extensible text cells, each cell has a white appearance with a shadow as a background.

For design, I want to merge the shadow of the cells as an image:

enter image description here

So, I removed the โ€œClip Pickupโ€ check from the cell.

But I had a problem with the extension of the animation, while the animation looks like this:

enter image description here

The animation problem was fixed when I added "Capture Clips" again, but the shadow was distorted and cropped.

Is there a way to keep the shadow and the right animation?

+4
source share

No one has answered this question yet.

Source: https://habr.com/ru/post/1663069/


All Articles