{"id":19188817,"url":"https://github.com/miquido/accessibility-identifier-checker","last_synced_at":"2026-06-19T13:31:54.572Z","repository":{"id":117573204,"uuid":"120283218","full_name":"miquido/accessibility-identifier-checker","owner":"miquido","description":"The project was made by Miquido. https://www.miquido.com/","archived":false,"fork":false,"pushed_at":"2018-02-07T08:25:41.000Z","size":109,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T03:42:22.364Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/miquido.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,"publiccode":null,"codemeta":null}},"created_at":"2018-02-05T09:29:54.000Z","updated_at":"2021-09-30T10:03:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"7309581f-d396-4938-944d-6166b6fe90b2","html_url":"https://github.com/miquido/accessibility-identifier-checker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/miquido/accessibility-identifier-checker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miquido%2Faccessibility-identifier-checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miquido%2Faccessibility-identifier-checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miquido%2Faccessibility-identifier-checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miquido%2Faccessibility-identifier-checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miquido","download_url":"https://codeload.github.com/miquido/accessibility-identifier-checker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miquido%2Faccessibility-identifier-checker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34534274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-09T11:26:07.814Z","updated_at":"2026-06-19T13:31:54.510Z","avatar_url":"https://github.com/miquido.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AccessibilityIdentifierChecker\n\nA small library that warns you about missing accessibility identifiers\n\n### Installation\n\n**CocoaPods**\n\nAdd the line `pod \"AccessibilityIdentifierChecker\", :git =\u003e \"https://github.com/miquido/accessibility-identifier-checker.git\"` to your `Podfile`\n\n### Basic usage\n\nTo use just put following code in your `application(_:didFinishLaunchingWithOptions:)`:\n\n```swift\n#if DEBUG\n    let checker = AccessibilityIdentifierChecker()\n    checker.start()\n#endif\n```\n\nBy default the key window will be traversed every 5 seconds and for every view with empty or nil accessibilityIdentifier following message will be printed out in the console:\n\n```Missing accessibilityIdentifier: \u003cUIButton: 0x7fb66a402c60; frame = (0 38; 200 30); opaque = NO; autoresize = RM+BM; layer = \u003cCALayer: 0x608000024760\u003e\u003e```\n\n### How to find view\n\nTo easilly find view in your running app:\n1. Copy address of view from the Console\n2. Open \"Debug View Hierarchy\"\n3. Select \"Debug Navigator\" tab\n4. Paste address into filter textbox\n\n![Alt text](how_to_find_view_by_address.png \"How to find view by address\")\n\n### Advanced configuration\n\nYou can configure AccessibilityIdentifierChecker behaviour by passing following parameters in init:\n\n- `rootViewProvider` - the root view provider callback which will be called every check to get root view\n- `viewLogger` - the callback that will be called every time checker finds a view with empty or nil accessibilityIdentifier\n- `scheduler` - the scheduler used to schedule check call\n- `interval` - the interval between checks\n- `customViewClasses` - an array of your custom view classes you want to take into account during check\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiquido%2Faccessibility-identifier-checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiquido%2Faccessibility-identifier-checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiquido%2Faccessibility-identifier-checker/lists"}