I need bottom cell to be rounded shaped and overlap with above cell. I tried using corner radius and masked corners but it's not giving result. I have attached design, if anyone can help me out. Thanks
Yes, it's possible.
Table view cell and it's contentView
needs to be not clipping to bounds, and your imageView
should be clipping to bounds, corner radius, border, etc.
You can create a view instead and do layer staff on it instead and place the image view inside.
Also table view will bring to front cell on select, so you need to disable selection and handle it by your own gesture recognizers, or reorder subviews back each time in layoutSubviews
, check out my sample project
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With