{"id":2270,"url":"https://github.com/alephao/LLSpinner","last_synced_at":"2025-08-02T23:32:46.592Z","repository":{"id":56918799,"uuid":"68895932","full_name":"alephao/LLSpinner","owner":"alephao","description":"The easiest way to handle a simple full screen activity indicator in iOS. Written in Swift.","archived":false,"fork":false,"pushed_at":"2020-10-05T21:19:56.000Z","size":34,"stargazers_count":37,"open_issues_count":0,"forks_count":5,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-27T11:33:47.468Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/alephao.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-09-22T07:28:03.000Z","updated_at":"2023-05-29T01:45:04.000Z","dependencies_parsed_at":"2022-08-21T04:50:55.847Z","dependency_job_id":null,"html_url":"https://github.com/alephao/LLSpinner","commit_stats":null,"previous_names":["alaphao/llspinner"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alephao%2FLLSpinner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alephao%2FLLSpinner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alephao%2FLLSpinner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alephao%2FLLSpinner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alephao","download_url":"https://codeload.github.com/alephao/LLSpinner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228503167,"owners_count":17930527,"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-01-05T20:16:09.421Z","updated_at":"2024-12-06T17:30:57.041Z","avatar_url":"https://github.com/alephao.png","language":"Swift","readme":"LLSpinner\n===========\n\n[![Swift 4.2](https://img.shields.io/badge/Swift-4.2-orange.svg?style=flat)](https://developer.apple.com/swift/)\n[![Platform](https://img.shields.io/cocoapods/p/LLSpinner.svg?style=flat)](https://cocoapods.org/pods/LLSpinner)\n[![Version](https://img.shields.io/cocoapods/v/LLSpinner.svg?style=flat)](https://cocoapods.org/pods/LLSpinner)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n\nAn easy way to handle full screen activity indicator.\n\n![llspinner](https://cloud.githubusercontent.com/assets/7674479/18743621/3a5047f4-80fd-11e6-9701-e389caacab05.gif)\n\nEasy to use\n----\n\n### Get Started\n\n```swift\n// Show spinner\nLLSpinner.spin()\n\n// Hide spinner\nLLSpinner.stop()\n```\n\n### Controls\n\n#### Custom Appearance\n\n```swift\n// You can modify the background color and the activity indicator style\n// To set the default background color\nLLSpinner.backgroundColor = UIColor(white: 0, alpha: 0.6)\n\n// and the default activity indicator style\nLLSpinner.style = .whiteLarge\n\n// Or\nLLSpinner.spin(style: .whiteLarge, backgroundColor: UIColor(white: 0, alpha: 0.6))\n```\n\n#### Tap handler\n\n```swift\n// Add a handler that will trigger when the spinner is tapped\nLLSpinner.spin() {\n   LLSpinner.stop()\n}\n```\n\nInstallation\n---\n### Cocoapods\nLLSpinner is available through [CocoaPods](http://cocoapods.org).\n\nTo install add the following line to your Podfile:\n\n    pod 'LLSpinner'\n\n### Carthage\nAdd the following line to your Cartfile:\n\n    github \"alaphao/LLSpinner\"\n   \n### Manually\nDownload and drop ```LLSpinner.swift``` in your project.\n","funding_links":[],"categories":["UI"],"sub_categories":["Activity Indicator"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falephao%2FLLSpinner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falephao%2FLLSpinner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falephao%2FLLSpinner/lists"}