{"id":19687936,"url":"https://github.com/nnsnodnb/scrollflowlabel","last_synced_at":"2026-02-16T03:32:15.349Z","repository":{"id":35030872,"uuid":"196934526","full_name":"nnsnodnb/ScrollFlowLabel","owner":"nnsnodnb","description":"Display long text on UILabel while scrolling automatically.","archived":false,"fork":false,"pushed_at":"2024-05-16T21:46:55.000Z","size":11330,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-16T17:58:23.585Z","etag":null,"topics":["flow-label","ios","uilabel","xcode"],"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/nnsnodnb.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":"2019-07-15T06:06:10.000Z","updated_at":"2022-04-07T01:33:09.000Z","dependencies_parsed_at":"2023-02-12T08:45:39.114Z","dependency_job_id":"e29d998c-315d-4cd4-b00f-f1b42c27faa1","html_url":"https://github.com/nnsnodnb/ScrollFlowLabel","commit_stats":{"total_commits":55,"total_committers":2,"mean_commits":27.5,"dds":0.09090909090909094,"last_synced_commit":"063a3132dc41d4f71bd94a8672e8220f84a6a8ed"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nnsnodnb%2FScrollFlowLabel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nnsnodnb%2FScrollFlowLabel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nnsnodnb%2FScrollFlowLabel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nnsnodnb%2FScrollFlowLabel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nnsnodnb","download_url":"https://codeload.github.com/nnsnodnb/ScrollFlowLabel/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251465150,"owners_count":21593836,"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":["flow-label","ios","uilabel","xcode"],"created_at":"2024-11-11T18:36:31.043Z","updated_at":"2026-02-16T03:32:15.298Z","avatar_url":"https://github.com/nnsnodnb.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"Resources/ScrollFlowLabelDemo.gif\" height=\"350\" align=\"right\"\u003e\n\n\u003ch1 align=\"center\"\u003eScrollFlowLabel\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003e\n  Display long text on UILabel while scrolling automatically.\n\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://developer.apple.com/swift\" target=\"_blank\" ref=\"noopener\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/language-Swift%205.0.1-orange.svg\" alt=\"Swift 5.0.1\"\u003e\n  \u003c/a\u003e\n  \u003cimg = src=\"https://img.shields.io/github/license/nnsnodnb/ScrollFlowLabel.svg\" alt=\"MIT License\"\u003e\n  \u003ca href=\"https://github.com/nnsnodnb/ScrollFlowLabel/releases/latest\" target=\"_blank\" ref=\"noopener\"\u003e\n    \u003cimg alt=\"Release\" src=\"https://img.shields.io/github/release/nnsnodnb/ScrollFlowLabel.svg\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Installation\n\n### CocoaPods\n\n```ruby\npod 'ScrollFlowLabel'\n```\n\n### Carthage\n\n```\ngithub \"nnsnodnb/ScrollFlowLabel\" ~\u003e 1.0.0\n```\n\n### Swift Package Manager\n\n```swift\n// swift-tools-version:5.0\nimport PackageDescription\n\nlet package = Package(\n    name: \"SampleApp\",\n    dependencies: [\n        .package(name: \"ScrollFlowLabel\",\n                 url: \"https://github.com/nnsnodnb/ScrollFlowLabel.git\",\n                 from: \"1.0.0\")\n    ],\n    targets: [\n        .target(name: \"SampleApp\", dependencies: [\"ScrollFlowLabel\"])\n    ]\n)\n```\n\n## Example\n\n### Write source\n\n```swift\nlet label = ScrollFlowLabel()\nlabel.text = \"Lorem ipsum dolor sit er elit lamet, consectetaur cillium adipisicing pecu, sed do eiusmod tempor...\"\nlabel.textColor = .black\nlabel.textAlignment = .left\nlabel.font = .systemFont(ofSize: 20)\nlabel.pauseInterval = 2\nlabel.scrollDirection = .left\nlabel.scrollSpeed = 20\nlabel.observeApplicationState() // If you want to observe UIApplicationState.\n```\n\n### Interface Builder\n\nSet **UIView** to any place and change Custom Class to **ScrollFlowLabel**.\n\n## LICENSE\n\n[ScrollFlowLabel](https://github.com/nnsnodnb/ScrollFlowLabel) is released under the MIT license. See [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnnsnodnb%2Fscrollflowlabel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnnsnodnb%2Fscrollflowlabel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnnsnodnb%2Fscrollflowlabel/lists"}