{"id":18839734,"url":"https://github.com/maximbilan/checkmarkview","last_synced_at":"2025-04-14T07:03:36.147Z","repository":{"id":56905831,"uuid":"39292966","full_name":"maximbilan/CheckMarkView","owner":"maximbilan","description":"UI view which draws programmatically a checkmark with different styles","archived":false,"fork":false,"pushed_at":"2018-09-22T08:32:34.000Z","size":772,"stargazers_count":35,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-14T07:02:01.754Z","etag":null,"topics":["checkmark","ios","ios-app","ios-swift","swift","ui","ui-components","ui-design","uikit"],"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/maximbilan.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":"2015-07-18T09:12:34.000Z","updated_at":"2023-11-06T02:15:21.000Z","dependencies_parsed_at":"2022-08-21T02:20:53.424Z","dependency_job_id":null,"html_url":"https://github.com/maximbilan/CheckMarkView","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximbilan%2FCheckMarkView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximbilan%2FCheckMarkView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximbilan%2FCheckMarkView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximbilan%2FCheckMarkView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maximbilan","download_url":"https://codeload.github.com/maximbilan/CheckMarkView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248837278,"owners_count":21169374,"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":["checkmark","ios","ios-app","ios-swift","swift","ui","ui-components","ui-design","uikit"],"created_at":"2024-11-08T02:43:54.867Z","updated_at":"2025-04-14T07:03:36.106Z","avatar_url":"https://github.com/maximbilan.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CheckMarkView\n\n[![Version](https://img.shields.io/cocoapods/v/CheckMarkView.svg?style=flat)](http://cocoadocs.org/docsets/CheckMarkView)\n[![License](https://img.shields.io/cocoapods/l/CheckMarkView.svg?style=flat)](http://cocoadocs.org/docsets/CheckMarkView)\n[![Platform](https://img.shields.io/cocoapods/p/CheckMarkView.svg?style=flat)](http://cocoadocs.org/docsets/CheckMarkView)\n[![CocoaPods](https://img.shields.io/cocoapods/dt/CheckMarkView.svg)](https://cocoapods.org/pods/CheckMarkView)\n[![CocoaPods](https://img.shields.io/cocoapods/dm/CheckMarkView.svg)](https://cocoapods.org/pods/CheckMarkView)\n\nUnfortunately \u003ci\u003eApple\u003c/i\u003e doesn't provide an accessory type property for \u003ci\u003eUICollectionViewCell\u003c/i\u003e, such as for \u003ci\u003eUITableViewCell\u003c/i\u003e, so I provide a custom way to create a checkmark.\nA just a simple view which draws programmatically a checkmark with some styles.\n\n![alt tag](https://raw.github.com/maximbilan/CheckMarkView/master/img/img1.png)\n\n# Installation\n\n\u003cb\u003eCocoaPods:\u003c/b\u003e\n\u003cpre\u003e\npod 'CheckMarkView'\n\u003c/pre\u003e\n\n\u003cb\u003eManual:\u003c/b\u003e\n\u003cpre\u003e\nCopy \u003ci\u003eCheckMarkView.swift\u003c/i\u003e to your project.\n\u003c/pre\u003e\n\n## Using\n\nYou can create from the code or set up a view in the \u003ci\u003eStoryboard\u003c/i\u003e, \u003ci\u003eXIB\u003c/i\u003e.\n\n\u003cpre\u003e\nlet checkMarkView = CheckMarkView()\n\u003c/pre\u003e\n\nFor controlling you have \u003ci\u003echecked\u003c/i\u003e property.\nAnd \u003ci\u003estyle\u003c/i\u003e property for the unchecked view. There are some styles:\n\n\u003cpre\u003e\nenum CheckMarkStyle: Int {\n    case nothing\n    case openCircle\n    case grayedOut\n}\n\u003c/pre\u003e\n\n## License\n\nCheckMarkView 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%2Fmaximbilan%2Fcheckmarkview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaximbilan%2Fcheckmarkview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximbilan%2Fcheckmarkview/lists"}