{"id":15561315,"url":"https://github.com/satishbabariya/hexpatternview","last_synced_at":"2025-04-23T22:41:48.773Z","repository":{"id":56914521,"uuid":"111911377","full_name":"satishbabariya/HexPatternView","owner":"satishbabariya","description":"Create Beautiful hex design View.","archived":false,"fork":false,"pushed_at":"2020-05-23T07:02:53.000Z","size":196,"stargazers_count":44,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-26T04:47:10.289Z","etag":null,"topics":["design","hex","ios","swift4","ui"],"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/satishbabariya.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":"2017-11-24T11:32:43.000Z","updated_at":"2023-10-09T14:22:31.000Z","dependencies_parsed_at":"2022-08-20T20:50:26.451Z","dependency_job_id":null,"html_url":"https://github.com/satishbabariya/HexPatternView","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satishbabariya%2FHexPatternView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satishbabariya%2FHexPatternView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satishbabariya%2FHexPatternView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satishbabariya%2FHexPatternView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/satishbabariya","download_url":"https://codeload.github.com/satishbabariya/HexPatternView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250528680,"owners_count":21445511,"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":["design","hex","ios","swift4","ui"],"created_at":"2024-10-02T16:07:23.738Z","updated_at":"2025-04-23T22:41:48.748Z","avatar_url":"https://github.com/satishbabariya.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HexPatternView\n\n[![CI Status](http://img.shields.io/travis/satish.babariya@gmail.com/HexPatternView.svg?style=flat)](https://travis-ci.org/satish.babariya@gmail.com/HexPatternView)\n[![Version](https://img.shields.io/cocoapods/v/HexPatternView.svg?style=flat)](http://cocoapods.org/pods/HexPatternView)\n[![License](https://img.shields.io/cocoapods/l/HexPatternView.svg?style=flat)](http://cocoapods.org/pods/HexPatternView)\n[![Platform](https://img.shields.io/cocoapods/p/HexPatternView.svg?style=flat)](http://cocoapods.org/pods/HexPatternView)\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n## Requirements\n\n## Installation\n\nHexPatternView is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod 'HexPatternView'\n```\n\n## Use\n\n```swift\n\n    let patternView = HexPatternView()\n    view.addSubview(patternView)\n    \n    patternView.translatesAutoresizingMaskIntoConstraints = false\n    patternView.topAnchor.constraint(equalTo: view.topAnchor).isActive = true\n    patternView.bottomAnchor.constraint(equalTo: view.bottomAnchor).isActive = true\n    patternView.leadingAnchor.constraint(equalTo: view.leadingAnchor).isActive = true\n    patternView.trailingAnchor.constraint(equalTo: view.trailingAnchor).isActive = true\n    \n    view.backgroundColor = #colorLiteral(red: 0, green: 0.7022017837, blue: 0.9288000464, alpha: 1)\n    patternView.setRhombusPattern()\n    patternView.color = UIColor.white\n    patternView.alpha = 0.1\n    patternView.cellWidthMax = 70\n    \n```\n\n\u003ch3 align=\"center\"\u003e\n\u003cimg src=\"image.png\" alt=\"Screenshot of HexPatternView\" /\u003e\n\u003c/h3\u003e\n\n## Author\n\nSatish Babariya, satish.babariya@gmail.com\n\n## License\n\nHexPatternView 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%2Fsatishbabariya%2Fhexpatternview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsatishbabariya%2Fhexpatternview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatishbabariya%2Fhexpatternview/lists"}