{"id":20440363,"url":"https://github.com/smakeev/shimmerlabel","last_synced_at":"2026-06-11T09:31:23.070Z","repository":{"id":62455298,"uuid":"249170265","full_name":"smakeev/ShimmerLabel","owner":"smakeev","description":"UILabel with shimmer animation effect","archived":false,"fork":false,"pushed_at":"2020-03-22T13:28:31.000Z","size":829,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T15:39:54.158Z","etag":null,"topics":["animation","ios","shimmer","swift","uilabel"],"latest_commit_sha":null,"homepage":null,"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/smakeev.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-22T11:36:48.000Z","updated_at":"2021-07-01T05:30:58.000Z","dependencies_parsed_at":"2022-11-02T00:01:31.591Z","dependency_job_id":null,"html_url":"https://github.com/smakeev/ShimmerLabel","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smakeev%2FShimmerLabel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smakeev%2FShimmerLabel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smakeev%2FShimmerLabel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smakeev%2FShimmerLabel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smakeev","download_url":"https://codeload.github.com/smakeev/ShimmerLabel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241989857,"owners_count":20053802,"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":["animation","ios","shimmer","swift","uilabel"],"created_at":"2024-11-15T09:23:50.937Z","updated_at":"2026-06-11T09:31:23.027Z","avatar_url":"https://github.com/smakeev.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ShimmerLabel\n\n![Farmers Market Finder Demo](demo/demo.gif)\n\n```swift\n\t\tlet label = ShimmerLabel()\n\t\tlabel.text = \" Text From Code\"\n\t\tlabel.font = UIFont.boldSystemFont(ofSize: 18)\n\t\t\n\t\tlabel.translatesAutoresizingMaskIntoConstraints = false\n\t\tlabel.shimmerColor = .red\n\t\tself.view.addSubview(label)\n\t\t\n\t\tlabel.centerXAnchor.constraint(equalTo: self.view.centerXAnchor).isActive = true\n\t\tlabel.leadingAnchor.constraint(equalTo: self.view.leadingAnchor).isActive = true\n\t\tlabel.trailingAnchor.constraint(equalTo: self.view.trailingAnchor).isActive = true\n\t\tlabel.bottomAnchor.constraint(equalTo: self.view.bottomAnchor, constant: -40).isActive = true\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmakeev%2Fshimmerlabel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmakeev%2Fshimmerlabel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmakeev%2Fshimmerlabel/lists"}