{"id":2122,"url":"https://github.com/maxsokolov/Cribble","last_synced_at":"2025-08-02T23:31:55.460Z","repository":{"id":56906817,"uuid":"59815981","full_name":"maxsokolov/Cribble","owner":"maxsokolov","description":"Swifty tool for visual testing iPhone and iPad apps. Every pixel counts.","archived":false,"fork":false,"pushed_at":"2018-03-30T07:50:47.000Z","size":160,"stargazers_count":266,"open_issues_count":0,"forks_count":6,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-11-29T13:08:18.041Z","etag":null,"topics":["pixelperfect","sieve","testing","ui","ux"],"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/maxsokolov.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":"2016-05-27T07:52:19.000Z","updated_at":"2024-07-31T05:10:09.000Z","dependencies_parsed_at":"2022-08-20T19:50:23.350Z","dependency_job_id":null,"html_url":"https://github.com/maxsokolov/Cribble","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxsokolov%2FCribble","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxsokolov%2FCribble/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxsokolov%2FCribble/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxsokolov%2FCribble/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxsokolov","download_url":"https://codeload.github.com/maxsokolov/Cribble/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228503126,"owners_count":17930517,"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":["pixelperfect","sieve","testing","ui","ux"],"created_at":"2024-01-05T20:16:05.101Z","updated_at":"2024-12-06T17:30:43.843Z","avatar_url":"https://github.com/maxsokolov.png","language":"Swift","funding_links":[],"categories":["Testing"],"sub_categories":["Other Testing","Other free courses"],"readme":"# Cribble\n\n\u003cp align=\"left\"\u003e\n\t\u003ca href=\"https://developer.apple.com/swift\"\u003e\u003cimg src=\"https://img.shields.io/badge/Swift_4.0-compatible-4BC51D.svg?style=flat\" alt=\"Swift 4.0 compatible\" /\u003e\u003c/a\u003e\n\t\u003ca href=\"https://github.com/Carthage/Carthage\"\u003e\u003cimg src=\"https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat\" alt=\"Carthage compatible\" /\u003e\u003c/a\u003e\n\t\u003ca href=\"https://cocoapods.org/pods/cribble\"\u003e\u003cimg src=\"https://img.shields.io/badge/pod-2.1.0-blue.svg\" alt=\"CocoaPods compatible\" /\u003e\u003c/a\u003e\n\t\u003cimg src=\"https://img.shields.io/badge/platform-iOS-blue.svg?style=flat\" alt=\"Platform iOS\" /\u003e\n\t\u003ca href=\"https://raw.githubusercontent.com/maxsokolov/cribble/master/LICENSE\"\u003e\u003cimg src=\"http://img.shields.io/badge/license-MIT-blue.svg?style=flat\" alt=\"License: MIT\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ca href=\"https://en.wiktionary.org/wiki/cribble\"\u003eCribble\u003c/a\u003e - a tool for visual testing iPhone and iPad apps. Every pixel counts.\n\n![Cribble](https://d13yacurqjgara.cloudfront.net/users/108183/screenshots/2804436/gridsystem.png)\n\n# Getting Started\n\nAn [example app](Demo) is included demonstrating Cribble's functionality.\n\n## Usage\nSimply add the following lines into your app delegate:\n```swift\nimport Cribble\n\noverride func motionBegan(_ motion: UIEventSubtype, with event: UIEvent?) {\n\tguard motion == .motionShake else { return }\n\n\tCribble.shared.hidden = !Cribble.shared.hidden\n}\n```\nShake a device and explore ui's roughness.\n\n## Custom options\nYou may want to use your own parameters for the grid. In that case simply use `CribbleOptions`:\n```swift\nlet options = CribbleOptions(horizontalStep: 10, verticalStep: 10, opacity: 0.7, color: UIColor.red)\n        \nCribble.shared.options = options\n```\n\n# Installation\n\n## CocoaPods\nTo integrate Cribble into your Xcode project using CocoaPods, specify it in your `Podfile`:\n\n```ruby\npod 'Cribble'\n```\n## Carthage\nAdd the line `github \"maxsokolov/cribble\"` to your `Cartfile`.\n## Manual\nClone the repo and drag files from `Sources` folder into your Xcode project.\n\n# Requirements\n\n- iOS 8.0\n- Xcode 8.0\n\n# Original idea\n\nThis project has been driven by product designer \u003ca href=\"https://github.com/Volorf\"\u003eOleg Frolov\u003c/a\u003e. Check out his amazing \u003ca href=\"https://dribbble.com/Volorf\"\u003e Dribble\u003c/a\u003e.\n\n# License\n\nCribble is available under the MIT license. See LICENSE for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxsokolov%2FCribble","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxsokolov%2FCribble","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxsokolov%2FCribble/lists"}