{"id":13485407,"url":"https://github.com/SimformSolutionsPvtLtd/iOS-BarcodeScan","last_synced_at":"2025-03-27T19:31:07.612Z","repository":{"id":23071206,"uuid":"26424811","full_name":"SimformSolutionsPvtLtd/iOS-BarcodeScan","owner":"SimformSolutionsPvtLtd","description":null,"archived":false,"fork":false,"pushed_at":"2014-11-10T07:36:37.000Z","size":127,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-30T20:44:20.625Z","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/SimformSolutionsPvtLtd.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":"2014-11-10T07:00:12.000Z","updated_at":"2023-09-30T21:59:41.000Z","dependencies_parsed_at":"2022-07-27T03:47:19.044Z","dependency_job_id":null,"html_url":"https://github.com/SimformSolutionsPvtLtd/iOS-BarcodeScan","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/SimformSolutionsPvtLtd%2FiOS-BarcodeScan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimformSolutionsPvtLtd%2FiOS-BarcodeScan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimformSolutionsPvtLtd%2FiOS-BarcodeScan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimformSolutionsPvtLtd%2FiOS-BarcodeScan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SimformSolutionsPvtLtd","download_url":"https://codeload.github.com/SimformSolutionsPvtLtd/iOS-BarcodeScan/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245910753,"owners_count":20692497,"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-07-31T18:00:21.828Z","updated_at":"2025-03-27T19:31:07.248Z","avatar_url":"https://github.com/SimformSolutionsPvtLtd.png","language":"Objective-C","funding_links":[],"categories":["iOS","iOS Guides"],"sub_categories":["Objective-C"],"readme":"### iOS-BarcodeScan - By Sunil Chauhan @Simform Solutions\n#### Version: 1.0\n##### Supported Barcode Types:\n- AVMetadataObjectTypeAztecCode,\n- AVMetadataObjectTypeCode128Code,\n- AVMetadataObjectTypeCode39Code,\n- AVMetadataObjectTypeCode39Mod43Code,\n- AVMetadataObjectTypeCode93Code,\n- AVMetadataObjectTypeEAN13Code,\n- AVMetadataObjectTypeEAN8Code,\n- AVMetadataObjectTypePDF417Code,\n- AVMetadataObjectTypeQRCode,\n- AVMetadataObjectTypeUPCECode\n\n\n#### Description:\nBarcode scanning is general feature which require in most of the application so here is the simple barcode scanning code with just 2-3 steps. This the sample project so you can test it before implementing in the working code. Below is the steps how to implement this code in your code.\n\n#### How to use:\n\n##### Step 1: \nDownload the zip file and drag \"BarCodeScannerView\" folder to your project.\n##### Step 2:\nImport class file \"#import \"BarCodeScannerView.h\" in your view controller file.\n##### Step 3:\nWrite the following method that will return you the scanned text.\n```sh\n[BarCodeScannerView showScannerWithCompletionBlock:^(NSString *result) {\n        if (result != nil \u0026\u0026 ![result isEqualToString:@\"\"]) {\n            //some text has been scanned and text will return.\n            NSLog(@\"%@\",result);\n        }\n    }];\n```\n##### Step 4:\nRun project and scan barcode.\n\n\nLicense\n----\n\nSimform Solutions Pvt Ltd\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSimformSolutionsPvtLtd%2FiOS-BarcodeScan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSimformSolutionsPvtLtd%2FiOS-BarcodeScan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSimformSolutionsPvtLtd%2FiOS-BarcodeScan/lists"}