How to use matchedGeometryEffect in subviews?
I have a View that displays several identical items and when certain events occur a decorator is placed next to one of the items. E.g. The items are footballers and the decorator is a ball. The View was getting quite complicated so I decomposed the view into a hierarchy of subviews.