{"id":3132,"url":"https://github.com/daisuke0131/ViewMonitor","last_synced_at":"2025-08-03T13:31:55.801Z","repository":{"id":33548917,"uuid":"37195104","full_name":"daisuke0131/ViewMonitor","owner":"daisuke0131","description":"ViewMonitor can measure view positions with accuracy.","archived":false,"fork":false,"pushed_at":"2023-03-16T15:23:34.000Z","size":14562,"stargazers_count":727,"open_issues_count":7,"forks_count":53,"subscribers_count":17,"default_branch":"master","last_synced_at":"2024-04-24T19:26:04.061Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daisuke0131.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2015-06-10T12:13:29.000Z","updated_at":"2024-02-10T19:14:19.000Z","dependencies_parsed_at":"2024-04-24T18:46:29.552Z","dependency_job_id":"9d79dbc5-d8ec-48b1-b610-f04a28ec91c4","html_url":"https://github.com/daisuke0131/ViewMonitor","commit_stats":{"total_commits":55,"total_committers":7,"mean_commits":7.857142857142857,"dds":0.1636363636363637,"last_synced_commit":"38b99d67c70678180da9f0c4d231702b8426d68d"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daisuke0131%2FViewMonitor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daisuke0131%2FViewMonitor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daisuke0131%2FViewMonitor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daisuke0131%2FViewMonitor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daisuke0131","download_url":"https://codeload.github.com/daisuke0131/ViewMonitor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228548567,"owners_count":17935221,"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-01-05T20:16:32.301Z","updated_at":"2024-12-07T01:30:35.750Z","avatar_url":"https://github.com/daisuke0131.png","language":"Swift","funding_links":[],"categories":["Tools","WebSocket","Libs"],"sub_categories":["Web View","Other free courses","Layout"],"readme":"![ViewMonitor](assets/viewmonitor.png)\n[![Version](https://img.shields.io/cocoapods/v/ViewMonitor.svg?style=flat)](http://cocoapods.org/pods/ViewMonitor)\n[![License](https://img.shields.io/cocoapods/l/ViewMonitor.svg?style=flat)](http://cocoapods.org/pods/ViewMonitor)\n![Carthage](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)\n\n## What's ViewMonitor\n\nViewMonitor can measure view positions with accuracy.\nThis library is to check design sheet from native app.\nbehave like this.\n\n- UIViewController\n  ![demo](assets/demo.gif)\n- UITableViewController\n  ![demo](assets/table_demo.gif)\n\n## Usage\n\nTo run the example project, clone the repo.\n\n## Requirements\n\n- iOS 8.0+\n- Xcode 7.0+\n\n## Installation\n\n### cocoaPods\n\nViewMonitor is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line in your Podfile:\n\n```ruby\npod \"ViewMonitor\"\n```\n\nThis library use swift.\nSo, you have to add `use_frameworks!` in Podfile.\nafter that, please run\n\n```ruby\npod install\n```\n\n### Carthage\n\nTo install, you can also use [Carthage](https://github.com/Carthage/Carthage).\nYou can install Carthage with [Homebrew](http://brew.sh/).\n\n```\n$ brew update\n$ brew install carthage\n```\n\nTo integrate ViewMonitor into your Xcode project using Carthage, write the following line in your Cartfile.\n\n```\ngithub \"daisuke0131/ViewMonitor\"\n```\n\n### Manually\n\nIf you don't use CocoaPods and Carthage, you should add `Source/*` files in your project.\n\n## How to use\n\n#### For Swift Project\n\nFirst, `import ViewMonitor`\nExecute `ViewMonitor.start()` after application started.\nLike this\n\n```\nimport ViewMonitor\nfunc applicationDidFinishLaunching(_ application: UIApplication) {\n  ViewMonitor.start()\n}\n```\n\nAfter that, execution button appear.\nPlease, refer to Example/ViewMonitorExample\n\n## Author\n\n### developer\n\n[Daisuke Yamashita](https://github.com/daisuke0131)\n\n### designer\n\n[Satomi Nogawa](https://github.com/stmngw)\n\n## License\n\nViewMonitor is available under the MIT license. See the LICENSE file for more info.\n\n## Other\n\n[How to measure UIView position on Native App](http://www.slideshare.net/daisukeyamashita180/18potatotips-yamashita) at potatotips #18\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaisuke0131%2FViewMonitor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaisuke0131%2FViewMonitor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaisuke0131%2FViewMonitor/lists"}