{"id":2613,"url":"https://github.com/AlexLittlejohn/ALRadialMenu","last_synced_at":"2025-08-03T00:32:06.710Z","repository":{"id":31074682,"uuid":"34633626","full_name":"AlexLittlejohn/ALRadialMenu","owner":"AlexLittlejohn","description":"A radial/circular menu featuring spring animations.","archived":true,"fork":false,"pushed_at":"2022-07-01T08:16:22.000Z","size":1380,"stargazers_count":51,"open_issues_count":4,"forks_count":20,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-12T08:51:32.549Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Swift","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/AlexLittlejohn.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":"2015-04-26T22:07:14.000Z","updated_at":"2024-06-06T23:29:50.000Z","dependencies_parsed_at":"2022-08-21T02:50:47.875Z","dependency_job_id":null,"html_url":"https://github.com/AlexLittlejohn/ALRadialMenu","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexLittlejohn%2FALRadialMenu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexLittlejohn%2FALRadialMenu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexLittlejohn%2FALRadialMenu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexLittlejohn%2FALRadialMenu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexLittlejohn","download_url":"https://codeload.github.com/AlexLittlejohn/ALRadialMenu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228510744,"owners_count":17931759,"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:18.337Z","updated_at":"2024-12-06T18:30:37.300Z","avatar_url":"https://github.com/AlexLittlejohn.png","language":"Swift","funding_links":[],"categories":["UI"],"sub_categories":["Menu","Layout","Other free courses"],"readme":"# :warning: This project is unmaintained\n\n# ALRadialMenu\nA radial/circular menu featuring spring animations. Written in swift.  \nExperimenting with fluent interfaces (https://github.com/vandadnp/swift-weekly/blob/master/issue05/README.md)\n\n![Screen](https://cloud.githubusercontent.com/assets/932822/7349115/18865370-ecf7-11e4-839d-ad8c225c2283.png)\n\n### Usage\n\n```swift\noverride func viewDidLoad() {\n    super.viewDidLoad()\n    let gesture = UITapGestureRecognizer(target: self, action: \"showMenu:\")\n    view.addGestureRecognizer(gesture)\n}\n\nfunc showMenu(sender: UITapGestureRecognizer) {\n\n\tvar buttons = [ALRadialMenuButton]()\n\n\t...\n\t/// create buttons\n\t...\n\n    ALRadialMenu()\n        .setButtons(buttons)\n        .setAnimationOrigin(sender.locationInView(view))\n        .presentInView(view)\n}\n```\n\n## License\nALRadialMenu 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%2FAlexLittlejohn%2FALRadialMenu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAlexLittlejohn%2FALRadialMenu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAlexLittlejohn%2FALRadialMenu/lists"}