{"id":15471847,"url":"https://github.com/dkhamsing/scrolltab","last_synced_at":"2026-04-06T03:36:11.670Z","repository":{"id":13735531,"uuid":"16429862","full_name":"dkhamsing/ScrollTab","owner":"dkhamsing","description":"Scrolling Tab for iOS","archived":false,"fork":false,"pushed_at":"2017-07-09T15:19:57.000Z","size":2054,"stargazers_count":269,"open_issues_count":0,"forks_count":37,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-06-09T02:22:48.461Z","etag":null,"topics":["ios","objective-c"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":false,"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/dkhamsing.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2014-02-01T06:56:28.000Z","updated_at":"2025-03-23T09:40:50.000Z","dependencies_parsed_at":"2022-09-23T14:57:36.272Z","dependency_job_id":null,"html_url":"https://github.com/dkhamsing/ScrollTab","commit_stats":null,"previous_names":["dkhamsing/dkscrollingtabcontroller"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkhamsing%2FScrollTab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkhamsing%2FScrollTab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkhamsing%2FScrollTab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkhamsing%2FScrollTab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dkhamsing","download_url":"https://codeload.github.com/dkhamsing/ScrollTab/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkhamsing%2FScrollTab/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259262642,"owners_count":22830561,"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":["ios","objective-c"],"created_at":"2024-10-02T02:21:58.518Z","updated_at":"2026-04-06T03:36:11.630Z","avatar_url":"https://github.com/dkhamsing.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ScrollTab\n\nA scroll tab alternative to `UISegmentedControl`.\n\n![](Assets/demo.gif)\n\n# Install\n\n## [CocoaPods](https://cocoapods.org/)\n\n``` ruby\npod 'ScrollTab'\n```\n\n## Manual\n\nAdd the files in the `ScrollTab` folder to your project.\n\n# Usage\n\n```  objc\n#import \"ScrollTab.h\"\n\n  // ...\n\n  ScrollTabConfig *config = [[ScrollTabConfig alloc] init];\n  config.items = @[@\"zero\", @\"one\", @\"two\", @\"three\", @\"four\"];\n\n  ScrollTab *tab = [[ScrollTab alloc] init];\n  tab.config = config;  \n  tab.selected = ^(NSString *noop, NSInteger index) {\n      NSLog(@\"selected tab with index %@\", @(index));\n  };\n\n  // Layout\n  [self.view addSubview:tab];\n  \n  // ...\n```\n\n## Customize\n\nChange the control's layout, item font/colors and more using `ScrollTabConfig`.\n\n# Demo\n\n`ScrollTab` includes a sample project.\n\n# Compatibility\n\nThis project was tested with iOS 10, see the [`1.x` tags](releases) for older versions.\n\n# Contact\n\n- [github.com/dkhamsing](https://github.com/dkhamsing)\n- [twitter.com/dkhamsing](https://twitter.com/dkhamsing)\n\n# License\n\n`ScrollTab` is available under the MIT license. See the [LICENSE](LICENSE) file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkhamsing%2Fscrolltab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdkhamsing%2Fscrolltab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkhamsing%2Fscrolltab/lists"}