{"id":18270926,"url":"https://github.com/acoomans/iOS-MagnifyingGlass","last_synced_at":"2025-04-05T01:30:56.321Z","repository":{"id":2133730,"uuid":"3077115","full_name":"acoomans/iOS-MagnifyingGlass","owner":"acoomans","description":"A magnifying glass for iOS","archived":false,"fork":false,"pushed_at":"2019-03-07T07:04:37.000Z","size":641,"stargazers_count":314,"open_issues_count":9,"forks_count":60,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-04-02T10:38:04.333Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"hashicorp/terraform","license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/acoomans.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-12-30T22:46:45.000Z","updated_at":"2024-01-20T16:56:37.000Z","dependencies_parsed_at":"2022-08-21T00:00:32.667Z","dependency_job_id":null,"html_url":"https://github.com/acoomans/iOS-MagnifyingGlass","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acoomans%2FiOS-MagnifyingGlass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acoomans%2FiOS-MagnifyingGlass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acoomans%2FiOS-MagnifyingGlass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acoomans%2FiOS-MagnifyingGlass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acoomans","download_url":"https://codeload.github.com/acoomans/iOS-MagnifyingGlass/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276043,"owners_count":20912286,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T11:38:57.405Z","updated_at":"2025-04-05T01:30:55.538Z","avatar_url":"https://github.com/acoomans.png","language":"Objective-C","funding_links":[],"categories":["etc"],"sub_categories":[],"readme":"# MagnifyingGlass\n\nACMagnifyingGlass is a magnifier like the one you can find in the _notes_ iOS app when moving the cursor.\n\n[![Build Status](https://api.travis-ci.org/acoomans/iOS-MagnifyingGlass.png)](https://api.travis-ci.org/acoomans/iOS-MagnifyingGlass.png)\n[![Cocoapods](https://cocoapod-badges.herokuapp.com/v/iOS-MagnifyingGlass/badge.png)](http://beta.cocoapods.org/?q=on%3Aios%20name%3AiOS-MagnifyingGlass%2A)\n[![Cocoapods](https://cocoapod-badges.herokuapp.com/p/iOS-MagnifyingGlass/badge.png)](http://beta.cocoapods.org/?q=on%3Aios%20name%3AiOS-MagnifyingGlass%2A)\n\n![screenshots](https://github.com/acoomans/iOS-MagnifyingGlass/raw/master/MagnifyingGlassDemo/screenshot.png)\n \n\n## Install\n\nJust copy the files under the _MagnifyingGlass_ directory into your project, including the .h, .m and .png files.\n\n\n## Install with CocoaPods\n\nYou can either clone this repository or use [CocoaPods](http://cocoapods.org) to add MagnifyingGlass to your project.\n\nAdd a pod entry to your Podfile:\n\n    pod 'iOS-MagnifyingGlass', '~\u003e 0.0.2'\n\nInstall the pod(s) by running:\n\n    pod install\n \n \n# Usage\n\nSimply create a _ACMagnifyingView_ view (with alloc/initWithFrame or from nib) and a magnifier will show up when you tap the screen, magnifying the view and its subviews.\n\nIt is possible to use a custom magnifier, like this:\n\n\tACMagnifyingGlass *mag = [[ACMagnifyingGlass alloc] initWithFrame:CGRectMake(0, 0, 120, 120)];\n\tmag.scale = 2;\n\tself.magnifyingView.magnifyingGlass = mag;\n\t\nIf you want a loupe like the real one:\n\n\tACLoupe *loupe = [[ACLoupe alloc] init];\n\tself.magnifyingView.magnifyingGlass = loupe;\n\n\n## Thanks\n\nThis magnifier is inspired by the one from [Chadwick Wood](http://coffeeshopped.com/2010/03/a-simpler-magnifying-glass-loupe-view-for-the-iphone)\n\nThe loupe image was extracted thanks to [0xced](https://github.com/0xced/UIKit-Artwork-Extractor)\n\niOS7 loupe contribution by benhirashima","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facoomans%2FiOS-MagnifyingGlass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facoomans%2FiOS-MagnifyingGlass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facoomans%2FiOS-MagnifyingGlass/lists"}