{"id":17650758,"url":"https://github.com/eaceto/eapasscodelock","last_synced_at":"2025-05-07T07:08:05.824Z","repository":{"id":3687374,"uuid":"4757603","full_name":"eaceto/EAPasscodeLock","owner":"eaceto","description":"A Lock view controller with passcode for iOS","archived":false,"fork":false,"pushed_at":"2012-06-24T21:52:00.000Z","size":611,"stargazers_count":12,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-02T14:51:45.706Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eaceto.png","metadata":{"files":{"readme":"README","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":"2012-06-23T01:11:00.000Z","updated_at":"2024-01-02T22:19:51.000Z","dependencies_parsed_at":"2022-09-23T09:30:24.235Z","dependency_job_id":null,"html_url":"https://github.com/eaceto/EAPasscodeLock","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eaceto%2FEAPasscodeLock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eaceto%2FEAPasscodeLock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eaceto%2FEAPasscodeLock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eaceto%2FEAPasscodeLock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eaceto","download_url":"https://codeload.github.com/eaceto/EAPasscodeLock/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242930125,"owners_count":20208406,"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-23T11:39:24.362Z","updated_at":"2025-03-10T21:31:01.155Z","avatar_url":"https://github.com/eaceto.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"EAPasscodeLock\n\n# Description\nThis library for iOS provides a simple way to implement a passcode lock screen. It can be used on iPod Touch, iPhone and iPad.\n\n\n\n# Implementation\n\t1) Copy the following files into your project\n\t\tEAPasscodeLockProtocol.h\n\t\tEAPasscodeLock.h\n\t\tlibEAPasscodeLock.a\n\t\tPasscodeResources.bundle\n\n\t2) Config \"Library Search Paths\" into Targets' Build Settings with a reference to the directory where libEAPasscodeLoc.a is present\n\n\t3) Under Build Phases -\u003e Copy Bundle Resources, ensure PasscodeResources.bundle is there\n\n\t4) Add this two imports to your code\n\t\t#import \"EAPasscodeLock.h\"\n\t\t#import \"EAPasscodeLockProtocol.h\"\n\n\t5) Perform a simple call that shows the lock screen\n\n\t        EAPasscodeLock* passcodeManager = [[EAPasscodeLock alloc] init];\n        \tUIViewController* plViewController = [passcodeManager passcodeViewControllerWithCode:@\"1234\" cancellable:YES hintText:@\"Please enter a four digits number.\" maxRetries:4 delegate:self];\n        \n\t        [self presentModalViewController:plViewController animated:NO];        \n\n\t6) Implement the only obligatory method\n\t\t-(void)passcodeDidUnlockedSuccessfully;\n\n\t7) Your are done!\n\t\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feaceto%2Feapasscodelock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feaceto%2Feapasscodelock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feaceto%2Feapasscodelock/lists"}