{"id":26271295,"url":"https://github.com/lhuanyu/caviewdebugger","last_synced_at":"2026-03-02T11:02:06.152Z","repository":{"id":56904174,"uuid":"250142264","full_name":"lhuanyu/CAViewDebugger","owner":"lhuanyu","description":"A lightweight on-device View Hierarchy Debugger(like Xcode) based on Core Animation.","archived":false,"fork":false,"pushed_at":"2021-10-22T15:08:10.000Z","size":3121,"stargazers_count":28,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-12T00:20:31.534Z","etag":null,"topics":["debugger","debugger-visualizer","debugging-tool","ios","objective-c","swift","xcode"],"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/lhuanyu.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":"2020-03-26T02:31:28.000Z","updated_at":"2025-07-03T08:02:54.000Z","dependencies_parsed_at":"2022-08-20T19:20:29.376Z","dependency_job_id":null,"html_url":"https://github.com/lhuanyu/CAViewDebugger","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/lhuanyu/CAViewDebugger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lhuanyu%2FCAViewDebugger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lhuanyu%2FCAViewDebugger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lhuanyu%2FCAViewDebugger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lhuanyu%2FCAViewDebugger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lhuanyu","download_url":"https://codeload.github.com/lhuanyu/CAViewDebugger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lhuanyu%2FCAViewDebugger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29999222,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T09:59:02.300Z","status":"ssl_error","status_checked_at":"2026-03-02T09:59:02.001Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["debugger","debugger-visualizer","debugging-tool","ios","objective-c","swift","xcode"],"created_at":"2025-03-14T06:19:20.380Z","updated_at":"2026-03-02T11:02:06.127Z","avatar_url":"https://github.com/lhuanyu.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CAViewDebugger\n\n \u003cimg src=\"https://github.com/lhuanyu/CAViewDebugger/blob/master/doc/Snapshot.jpg\"\u003e\n\nA lightweight on-device View Debugger based on Core Animation. Inspired by [InAppViewDebugger](https://github.com/indragiek/InAppViewDebugger), but implemented in a traditonal way.\n\nMore functions are ongoing.\n\n## Features\n\n- [x] 3D Snapshot View Hierarchy implemented in Core Animation.\n- [x] Original Xcode UI style and icons.\n- [x] Full gestures support.\n- [x] Object and Size inspectors.\n- [ ] Dynamic editing on views.\n\n## Requirements\n\n- iOS 10.0+\n- Objective-C, Swift 5.0\n\n## Usage\n\n### Swift\n\n```swift\n\nimport CAViewDegbugger\n\noverride func viewDidAppear(_ animated: Bool) {\n    super.viewDidAppear(animated)\n    ViewDebuggerViewController.present(in: self.view.window!)\n}\n\n```\n\n### Objective-C\n\n```swift\n\n@import CAViewDegbugger\n\n- (void)viewDidAppear:(BOOL)animated {\n    [super viewDidAppear:animated];\n    [ViewDebuggerViewController presentIn:self.view.window];\n}\n\n```\n### Full Gestures Support\n\n- [x] Tap to select a view. Tap on scene to deselect.\n- [x] Double tap to focus a view and its children. Double tap on scene to lose focus.\n- [x] Zoom.\n- [x] Pan to rotate.\n- [x] Double pan to move scene around.\n\n## Installation\n\nCAViewDebugger is available through [CocoaPods](https://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod 'CAViewDebugger'\n```\nFor latest version:\n\n```ruby\npod 'CAViewDebugger', :git =\u003e 'https://github.com/lhuanyu/CAViewDebugger.git'\n```\n\nOr you can simpy add files in [**CAViewDebugger/ViewDebugger**](https://github.com/lhuanyu/CAViewDebugger/tree/master/CAViewDebugger/ViewDebugger) to your project.\n\n## Author\n\nHuanyu Luo, lhuany@gmail.com\n\n## License\n\nCAViewDebugger is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flhuanyu%2Fcaviewdebugger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flhuanyu%2Fcaviewdebugger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flhuanyu%2Fcaviewdebugger/lists"}