{"id":15037519,"url":"https://github.com/dingdingkim/ddviewswitcher","last_synced_at":"2025-04-09T23:24:29.143Z","repository":{"id":56907328,"uuid":"95144219","full_name":"DingdingKim/DDViewSwitcher","owner":"DingdingKim","description":"😊 With DDViewSwitcher, you can simply implement the effect of scrolling the view with just two lines. Like android TextSwitcher","archived":false,"fork":false,"pushed_at":"2018-10-25T17:56:35.000Z","size":7725,"stargazers_count":46,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T15:46:58.172Z","etag":null,"topics":["animation","ios","like-android","ranking-ui","swift","swift3","switcher","textswitcher","ui"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DingdingKim.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-06-22T18:19:31.000Z","updated_at":"2025-02-23T19:40:32.000Z","dependencies_parsed_at":"2022-08-20T19:50:23.094Z","dependency_job_id":null,"html_url":"https://github.com/DingdingKim/DDViewSwitcher","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DingdingKim%2FDDViewSwitcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DingdingKim%2FDDViewSwitcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DingdingKim%2FDDViewSwitcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DingdingKim%2FDDViewSwitcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DingdingKim","download_url":"https://codeload.github.com/DingdingKim/DDViewSwitcher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248127204,"owners_count":21052209,"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","like-android","ranking-ui","swift","swift3","switcher","textswitcher","ui"],"created_at":"2024-09-24T20:34:54.021Z","updated_at":"2025-04-09T23:24:29.111Z","avatar_url":"https://github.com/DingdingKim.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nDDViewSwitcher\n===================\n\n## Introduction\nHello !! 😊\nWith DDViewSwitcher, you can simply implement the effect of scrolling the view with just two lines. \nLike android's TextSwitcher or realtime ranking UI(text scroll up animaiton repeatedly.)\n\n## Demo\n\n![Sample Main menu](https://github.com/DingdingKim/DDViewSwitcher/blob/master/Screenshot/main.gif)\n![DDTextSwitcher](https://github.com/DingdingKim/DDViewSwitcher/blob/master/Screenshot/textSwitcher.gif)\n![DDImageSwitcher](https://github.com/DingdingKim/DDViewSwitcher/blob/master/Screenshot/imageViewSwitcher.gif)\n![DDTextSwitcher(Manually)](https://github.com/DingdingKim/DDViewSwitcher/blob/master/Screenshot/manualTextSwitcher.gif)\n![DDViewSwitcher](https://github.com/DingdingKim/DDViewSwitcher/blob/master/Screenshot/viewSwitcher.gif)\n\n## Installation\n\n### CocoaPods\n\nDDViewSwitcher is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod \"DDViewSwitcher\"\n```\n\n## Usage\n\nJust three line!\n\n```Swift\n\n//**************************************************\n//  This code is simplest way to make DDTextSwitcher !\n//  You want to change attributes and more detail, look other ViewController in this sample !\n//**************************************************\n\nlet textSwitcher = DDTextSwitcher(frame: self.view.bounds, data: [\"item 1\", \"item 2\"], scrollDirection: .vertical)\nself.view.addSubview(textSwitcher)\ntextSwitcher.start()\n\n```\n\n## Author\n\nDingding Kim, twlovesh89@gmail.com\n\n## License\n\nDDViewSwitcher 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%2Fdingdingkim%2Fddviewswitcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdingdingkim%2Fddviewswitcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdingdingkim%2Fddviewswitcher/lists"}