UIGestureRecognizer works outside of UIView borders instead of inside – Ios swift
I've implemented a popup notification in my app to show user the data was being updated successfully or not. This popup is just a UIView instantiated from .xib. Here is screenshot of elements hierarchy in xib file: CLICK Also I…