I’m implementing a gallery with a UIView that contains UIScrollViews and UIButtons.
When the orientation is portrait, there’s no problem, but when de orientation changes to landscape mode, the 300 pixels from bottom stops getting sensibility.
Any ideas?
If you attach a tap gesture to a view the view needs to resize itself according to the superview new frame. You need to correctly set
autoResizingMaskproperty to your view the for this.