{"id":18352378,"url":"https://github.com/cleveroad/crrollinglabel","last_synced_at":"2025-04-06T11:32:49.789Z","repository":{"id":56905115,"uuid":"52795936","full_name":"Cleveroad/CRRollingLabel","owner":"Cleveroad","description":null,"archived":false,"fork":false,"pushed_at":"2016-03-01T14:00:13.000Z","size":22,"stargazers_count":30,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-21T22:22:33.313Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","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/Cleveroad.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-02-29T14:05:46.000Z","updated_at":"2018-03-12T20:00:45.000Z","dependencies_parsed_at":"2022-08-21T02:50:30.631Z","dependency_job_id":null,"html_url":"https://github.com/Cleveroad/CRRollingLabel","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/Cleveroad%2FCRRollingLabel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cleveroad%2FCRRollingLabel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cleveroad%2FCRRollingLabel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cleveroad%2FCRRollingLabel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cleveroad","download_url":"https://codeload.github.com/Cleveroad/CRRollingLabel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247478152,"owners_count":20945258,"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":[],"created_at":"2024-11-05T21:35:47.251Z","updated_at":"2025-04-06T11:32:48.999Z","avatar_url":"https://github.com/Cleveroad.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## CRRollingLabel [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) \u003cimg src=\"https://www.cleveroad.com/public/comercial/label-ios.svg\" height=\"20\"\u003e \u003ca href=\"https://www.cleveroad.com/?utm_source=github\u0026utm_medium=label\u0026utm_campaign=contacts\"\u003e\u003cimg src=\"https://www.cleveroad.com/public/comercial/label-cleveroad.svg\" height=\"20\"\u003e\u003c/a\u003e\n\nCRRollingLabel provides an animated text change, as a scrolling column. CRRollingLabel is subclass of UILabel, so it supports all functions of UILabel without any additional configuration, but limited to display only numeric values. \n\n\u003cimg src=\"http://i1155.photobucket.com/albums/p541/Nick_Pro/ezgif.com-video-to-gif%201_zps15qjf4hr.gif\"\u003e\n\n##Installation\n####CocoaPods\nCRRollingLabel is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile:\nAdd `pod 'CRRollingLabel'` to your Podfile and run `pod install` in terminal.\n\n####Manually\nAdd the `CRRollingLabel` folder to your project.  CRRollingLabel uses ARC. If you have a project that doesn't use ARC, just add the `-fobjc-arc` compiler flag to the CRRollingLabel files.\n\n## Usage\n\nThe `CRRollingLabel` is extremely easy to use.  CRRollingLabel is subclass of UILabel, so you do not need any additional configuration.\n\n```objective-c\n#import \u003cCRRollingLabel/CRRollingLabel.h\u003e\n```\n\n```objective-c\nCRRollingLabel *rollingLabel = [[CRRollingLabel alloc] initWithFrame:CGRectMake(0.f, 0.f, 100.f, 100.f)];\n[self.view addSubview:rollingLabel];\nrollingLabel.text = @\"43\";\n```\n\nChanging label value is animated by default, but it is possible to set values without animation. See `CRRollingLabel.h` file for details.\n\n##Limitations\n\nThe `CRRollingLabel` is currently support only one line of text.\nThe `CRRollingLabel` is currently limited to work only with numerical values. Non-numeric values are ignored.\nThe `CRRollingLabel` currently not working properly with attributedText with different fonts,  placed in one `NSAttributedString`.\nThe `NSLineBreakMode` is currently not working properly. Please, use autoshrink instead to achieve the result.\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n## Support\nIf you have any questions, please contact us for support at info@cleveroad.com (email subject: «CRRollingLabel support.»)\n\u003cbr\u003eor\n\u003cbr\u003eUse our contacts:\n\u003cbr\u003e\u003ca href=\"https://www.cleveroad.com/?utm_source=github\u0026utm_medium=link\u0026utm_campaign=contacts\"\u003eCleveroad.com\u003c/a\u003e\n\u003cbr\u003e\u003ca href=\"https://www.facebook.com/cleveroadinc\"\u003eFacebook account\u003c/a\u003e\n\u003cbr\u003e\u003ca href=\"https://twitter.com/CleveroadInc\"\u003eTwitter account\u003c/a\u003e\n\u003cbr\u003e\u003ca href=\"https://www.youtube.com/c/Cleveroadinc\"\u003eYoutube account\u003c/a\u003e\n\u003cbr\u003e\u003ca href=\"https://plus.google.com/+CleveroadInc/\"\u003eGoogle+ account\u003c/a\u003e\n\u003cbr\u003e\u003ca href=\"https://www.linkedin.com/company/cleveroad-inc-\"\u003eLinkedIn account\u003c/a\u003e\n\u003cbr\u003e\u003ca href=\"https://dribbble.com/cleveroad\"\u003eDribbble account\u003c/a\u003e\n\n## License\n\nCRRollingLabel 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%2Fcleveroad%2Fcrrollinglabel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcleveroad%2Fcrrollinglabel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcleveroad%2Fcrrollinglabel/lists"}