I have a UIViewController that has a UICollectionView subview (clear background) that fills up the entire screen. I also have another subview (picture of a cloud) that has a gesture recognizer attached to it that I can move via touch.
Is it possible to have that cloud subview appear behind the collectionView, above the background view, and still touchable? So far I can only get it to work on top of the collectionView, otherwise I can't interact with it.