{"id":17486774,"url":"https://github.com/sumolari/lxtouchgesturerecognizer","last_synced_at":"2026-07-09T14:31:02.644Z","repository":{"id":56919422,"uuid":"73609953","full_name":"Sumolari/LXTouchGestureRecognizer","owner":"Sumolari","description":"Cocoapod for touch gesture detailed in http://lxcid.com/2015/01/01/highlight-with-gesture-recognizer/","archived":false,"fork":false,"pushed_at":"2017-05-05T07:18:08.000Z","size":62,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-19T04:07:08.708Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","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/Sumolari.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":"2016-11-13T10:53:43.000Z","updated_at":"2018-10-09T10:35:18.000Z","dependencies_parsed_at":"2022-08-21T04:20:13.106Z","dependency_job_id":null,"html_url":"https://github.com/Sumolari/LXTouchGestureRecognizer","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Sumolari/LXTouchGestureRecognizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sumolari%2FLXTouchGestureRecognizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sumolari%2FLXTouchGestureRecognizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sumolari%2FLXTouchGestureRecognizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sumolari%2FLXTouchGestureRecognizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sumolari","download_url":"https://codeload.github.com/Sumolari/LXTouchGestureRecognizer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sumolari%2FLXTouchGestureRecognizer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260684164,"owners_count":23046102,"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-10-19T02:11:53.604Z","updated_at":"2025-10-12T23:14:23.680Z","avatar_url":"https://github.com/Sumolari.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"![platforms](https://img.shields.io/cocoapods/p/LXTouchGestureRecognizer.svg) [![pod version](https://img.shields.io/cocoapods/v/LXTouchGestureRecognizer.svg)](https://cocoapods.org/pods/LXTouchGestureRecognizer) ![license](https://img.shields.io/cocoapods/l/LXTouchGestureRecognizer.svg)\n\n# LXTouchGestureRecognizer\n\nContinuous `UIGestureRecognizer` allowing `UIControl`-like event listening.\nSee [http://lxcid.com/2015/01/01/highlight-with-gesture-recognizer](http://lxcid.com/2015/01/01/highlight-with-gesture-recognizer) for more details.\n\nComplete [documentation](https://sumolari.github.io/LXTouchGestureRecognizer).\n\n# Installation\n\n```ruby\npod 'LXTouchGestureRecognizer', '~\u003e 1.0.0'\n```\n\n# Usage\n\n## Objective-C\n\n```objective-c\n- (void)viewDidLoad {\n    [super viewDidLoad];\n\n    LXTouchGestureRecognizer *touchGestureRecognizer = [[LXTouchGestureRecognizer alloc] init];\n    [touchGestureRecognizer addTarget:self action:@selector(handleTouchUpInside:) forControlEvents:UIControlEventTouchUpInside];\n    [self.customButtonView addGestureRecognizer:touchGestureRecognizer];\n}\n\n- (void)handleTouchUpInside:(LXTouchGestureRecognizer *)touchGestureRecognizer {\n    NSLog(@\"Touch Up Inside!\");\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumolari%2Flxtouchgesturerecognizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsumolari%2Flxtouchgesturerecognizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumolari%2Flxtouchgesturerecognizer/lists"}