Closed acegreen closed 9 years ago
I managed to solve this by setting:
self.backCardView.userInteractionEnabled = false ----- in the viewDidLoad self.backCardView.userInteractionEnabled = false ----- in the wasChosenWithDirection self.frontCardView.userInteractionEnabled = true ---- in the setFrontCardViewUpdate
This should be included from the get-go
I noticed that if I swipe the top view slightly in a direction (enough to be able to touch the one below it) I can use my other finger ( while holding the first view with a finger) and influence the back view. Though swiping is not possible, the view is rotated and scaled when gesturing. Also the Like/Nope labels are fading in.