I have a custom UICollectionViewLayout and I wanna draw a line over certain cell like in the image below:
When I draw a line on collectionview, the line is lapping over the header cells which is something I do not want. Can you please suggest me what should I do?