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

A magnifying glass for iOS

Results 9 iOS-MagnifyingGlass issues
Sort by recently updated
recently updated
newest added

This pull requests corrects the spelling of **CocoaPods** 🤓 https://github.com/CocoaPods/shared_resources/tree/master/media One day I’ll make a bot that looks through the READMEs of all Pods, looks to see if it uses...

The bug tracker I'm using is picking up a high number of crashes for iOS9 users, from within the function: - (void)drawRect:(CGRect)rect At the last line: [self.viewToMagnify.layer renderInContext:context]; Details of...

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...

How can i magnify background view when i drag view from one place to another..?? Wherever p view moves the background will be magnified. ![ios simulator screen shot 05-jan-2015 2...

Is there some way to have the magnifying view magnify live feed from the camera? It doesn't seem to magnify anything that is done inside the layers of a view.

Great component! Not an issue, but is it possible to add crosshairs in the loupe, as an option? Thanks!

hey i started my app in landscape mode ... if i touch down the glass is elsewhere ^^ thx phil