I have used UIStackView to create chips which can be removed by the button of delete. It was working fine with iOS 11 as shown below
But, I am facing an issue of overlapping of Tags in iOS 12 when I tried to remove the chip. The View removed from the list but it remained somewhere and that's why it was displaying like below:
I tried to investigate and found that Views which I removed were still there in the stack but in the array of arrangedSubviews
count was 0
Can anyone help me in finding the solution for this? or is it the known issue of iOS 12?