iOS-MagnifyingGlass icon indicating copy to clipboard operation
iOS-MagnifyingGlass copied to clipboard

Add a parent uiview for MagnifyingView to fix landscape issue.

Open xmkevin opened this issue 11 years ago • 1 comments

It took me hours to find out that the loupe is added to superview, therefore the loupe position is not correct in landscape mode.

[self.superview addSubview:magnifyingGlass];

Add a parent UIView for the magnifying view to fix this issue.

xmkevin avatar May 05 '14 08:05 xmkevin

The loupe is on the superview, otherwise the loupe would be enlarging itself, resulting in some groovy effects you don't want :-)

vanderneut avatar Apr 01 '15 21:04 vanderneut