I found a quick solutions. I needed to set the asyncImageView
to the following:
asyncImage.userInteractionEnabled = NO;
asyncImage.exclusiveTouch = NO;
After this, it worked!
I found a quick solutions. I needed to set the asyncImageView
to the following:
asyncImage.userInteractionEnabled = NO;
asyncImage.exclusiveTouch = NO;
After this, it worked!