{"id":17060850,"url":"https://github.com/sebastianboldt/endless","last_synced_at":"2025-04-12T18:31:04.192Z","repository":{"id":42207660,"uuid":"179519056","full_name":"SebastianBoldt/Endless","owner":"SebastianBoldt","description":"🛣 A lightweight endless pageControl based on CAShapeLayers and UICollectionView","archived":false,"fork":false,"pushed_at":"2020-08-25T16:44:25.000Z","size":7293,"stargazers_count":24,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-10T13:07:22.059Z","etag":null,"topics":["airbnb","endless-scroll","infinite","infinite-scroll","instagram","pageindicator","pageindicatorview","uipagecontrol"],"latest_commit_sha":null,"homepage":"https://www.sebastianboldt.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/SebastianBoldt.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":"2019-04-04T14:50:43.000Z","updated_at":"2024-12-02T05:27:56.000Z","dependencies_parsed_at":"2022-08-19T07:20:53.459Z","dependency_job_id":null,"html_url":"https://github.com/SebastianBoldt/Endless","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/SebastianBoldt%2FEndless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebastianBoldt%2FEndless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebastianBoldt%2FEndless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebastianBoldt%2FEndless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SebastianBoldt","download_url":"https://codeload.github.com/SebastianBoldt/Endless/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248613263,"owners_count":21133478,"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":["airbnb","endless-scroll","infinite","infinite-scroll","instagram","pageindicator","pageindicatorview","uipagecontrol"],"created_at":"2024-10-14T10:45:22.651Z","updated_at":"2025-04-12T18:31:04.148Z","avatar_url":"https://github.com/SebastianBoldt.png","language":"Swift","funding_links":["https://paypal.me/boldtsebastian"],"categories":[],"sub_categories":[],"readme":"# Endless\n\nEndless is a lighweight endless page indicator based on UICollectionView and CAShapeLayers.\n\n![Endless: Airbnb or Instragram like Page Indicator](https://github.com/SebastianBoldt/Endless/blob/master/Github/banner.png?raw=true)\n\n\u003ca href=\"https://paypal.me/boldtsebastian\"\u003e\u003cimg src=\"https://img.shields.io/badge/paypal-donate-blue.svg?longCache=true\u0026style=flat-square\" alt=\"current version\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://cocoapods.org/pods/Jelly\"\u003e\u003cimg src=\"https://img.shields.io/badge/version-0.0.1-green.svg?longCache=true\u0026style=flat-square\" alt=\"current version\" /\u003e\u003c/a\u003e\n\u003ca href=\"http://twitter.com/sebastianboldt\"\u003e\u003cimg src=\"https://img.shields.io/badge/twitter-@sebastianboldt-blue.svg?longCache=true\u0026style=flat-square\" alt=\"twitter handle\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://developer.apple.com/swift\"\u003e\u003cimg src=\"https://img.shields.io/badge/swift4.2-compatible-orange.svg?longCache=true\u0026style=flat-square\" alt=\"Swift 4.2 compatible\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://www.apple.com/de/ios/ios-12/\"\u003e\u003cimg src=\"https://img.shields.io/badge/platform-iOS-lightgray.svg?longCache=true\u0026style=flat-square\" alt=\"platform\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/Carthage/Carthage\"\u003e\u003cimg src=\"https://img.shields.io/badge/carthage-compatible-green.svg?longCache=true\u0026style=flat-square\" alt=\"carthage support\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://en.wikipedia.org/wiki/MIT_License\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-lightgray.svg?longCache=true\u0026style=flat-square\" alt=\"license\" /\u003e\u003c/a\u003e\n\n## How to use\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/SebastianBoldt/Endless/blob/master/Github/indicator.gif?raw=true\" width=\"400\";\n\u003c/p\u003e\n\n\nCreate an Endless-Indicator in your storyboard or code without a width  or height constraint.\n'Endless' will calculate its intrinsic size at runtime for you. You just need to set the origin.\n\n```swift\nclass ViewController: UIViewController {\n    @IBOutlet weak private var indicator: Endless.Indicator!\n\n    override func viewDidLoad() {\n        super.viewDidLoad()\n        let configuration = Endless.Configuration(numberOfDots: 20,\n                                                  maxNumberOfDots: .seven,\n                                                  selectedDotColor: .darkGray,\n                                                  unselectedDotColor: .lightGray,\n                                                  dotSize: 10,\n                                                  spacing: 10)\n        indicator?.setup(with: configuration)\n    }\n}\n```\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n## Installation\n\nEndless is available through CocoaPods. To install it, simply add the following line to your Podfile:\n\n```ruby\npod 'Endless'\n```\n\n## Author\n\nSebastian Boldt \n\nwww.sebastianboldt.com\n\n## License\n\nEndless 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%2Fsebastianboldt%2Fendless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsebastianboldt%2Fendless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebastianboldt%2Fendless/lists"}