Having a tough time trying to get the transition to work correctly when its in a UICollectionViewController .
I am calling the following perform segue within the collectionview "didSelectItemAt" method
self.performSegue(withIdentifier: "SqrDetails", sender: self)
Just not able to to get the circle transformation to grow from the cell selected from the collection view!?