{"id":2805,"url":"https://github.com/Yalantis/ColorMatchTabs","last_synced_at":"2025-08-06T16:31:35.656Z","repository":{"id":56906282,"uuid":"64391404","full_name":"Yalantis/ColorMatchTabs","owner":"Yalantis","description":"This is a Review posting app that let user find interesting places near them","archived":false,"fork":false,"pushed_at":"2020-04-09T10:41:50.000Z","size":8656,"stargazers_count":1381,"open_issues_count":15,"forks_count":148,"subscribers_count":63,"default_branch":"master","last_synced_at":"2025-08-05T03:26:59.900Z","etag":null,"topics":["animation","carthage","cocoapods","ios","segmented-controls","swift","tabs","yalantis"],"latest_commit_sha":null,"homepage":"https://yalantis.com/","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/Yalantis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-07-28T11:51:41.000Z","updated_at":"2025-07-29T16:25:52.000Z","dependencies_parsed_at":"2022-08-20T19:20:15.803Z","dependency_job_id":null,"html_url":"https://github.com/Yalantis/ColorMatchTabs","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/Yalantis/ColorMatchTabs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yalantis%2FColorMatchTabs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yalantis%2FColorMatchTabs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yalantis%2FColorMatchTabs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yalantis%2FColorMatchTabs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yalantis","download_url":"https://codeload.github.com/Yalantis/ColorMatchTabs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yalantis%2FColorMatchTabs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268858011,"owners_count":24318847,"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","status":"online","status_checked_at":"2025-08-05T02:00:12.334Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","carthage","cocoapods","ios","segmented-controls","swift","tabs","yalantis"],"created_at":"2024-01-05T20:16:23.310Z","updated_at":"2025-08-06T16:31:35.014Z","avatar_url":"https://github.com/Yalantis.png","language":"Swift","funding_links":[],"categories":["UI","Libs","Content","UI [🔝](#readme)","ALL"],"sub_categories":["Tab Bar","UI","Layout","Other free courses"],"readme":"# ColorMatchTabs\n\n![cocoapods](https://img.shields.io/cocoapods/v/ColorMatchTabs.svg)\n![Swift 5](https://img.shields.io/badge/Swift-5.x-orange.svg)\n[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/ColorMatchTabs.svg)](https://img.shields.io/cocoapods/v/GuillotineMenu.svg)\n[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n\nInspired by [this project on Dribbble](https://dribbble.com/shots/2702517-Review-App-Concept)\n\n![Preview](Resources/preview.gif)\n\nAlso, read how it was done in [our blog](https://yalantis.com/blog/how-we-developed-colormatchtabs-animation-for-ios/)\n\n## Installation\n\n#### [CocoaPods](https://cocoapods.org/)\n\n```ruby\npod 'ColorMatchTabs'\n```\n\n#### [Carthage](https://github.com/Carthage/Carthage)\n\n\n```\ngithub \"Yalantis/ColorMatchTabs\"\n```\n\n## How to use\n\n### Complete screen\n\nTo setup and customize the component you should implement `ColorMatchTabsViewControllerDataSource` for `ColorMatchTabsViewController`. \n\n```swift\npublic protocol ColorMatchTabsDataSource: class {\n    \n    func numberOfItems(inController controller: ColorMatchTabsViewController) -\u003e Int\n    \n    func tabsViewController(controller: ColorMatchTabsViewController, viewControllerAt index: Int) -\u003e UIViewController\n    \n    func tabsViewController(controller: ColorMatchTabsViewController, titleAt index: Int) -\u003e String\n    func tabsViewController(controller: ColorMatchTabsViewController, iconAt index: Int) -\u003e UIImage\n    func tabsViewController(controller: ColorMatchTabsViewController, hightlightedIconAt index: Int) -\u003e UIImage\n    func tabsViewController(controller: ColorMatchTabsViewController, tintColorAt index: Int) -\u003e UIColor\n\n}\n```\n\nTo customize popup view controller create a subclass of `PopoverViewController` and set it in the view controller: \n\n```swift\ntabsViewController.popoverViewController = ExamplePopoverViewController()\n```\n\n### Customization\n\nThe component contains of:\n- top tabbar\n- scrollable content view\n- plus button\n- popover view controller\n \nMenu view controller aggregates the elements described above. If you want to fully customize or rearrange the elements, just create your own view controller instead of `MenuViewController`.\n\n## Support\n\nFeel free to [open issuses](https://github.com/Yalantis/ColorMatchTabs/issues/new) with any suggestions, bug reports, feature requests, questions.\n\n## Let us know!\n\nWe’d be really happy if you sent us links to your projects where you use our component. Just send an email to github@yalantis.com And do let us know if you have any questions or suggestion regarding the animation. \n\nP.S. We’re going to publish more awesomeness wrapped in code and a tutorial on how to make UI for iOS (Android) better than better. Stay tuned!\n\n\n### License\n\nThe MIT License (MIT)\n\nCopyright (c) 2020 Yalantis\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FYalantis%2FColorMatchTabs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FYalantis%2FColorMatchTabs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FYalantis%2FColorMatchTabs/lists"}