https://github.com/erossini/swift-scanview
How to scan a barcode with Swift
https://github.com/erossini/swift-scanview
ios swift
Last synced: 2 days ago
JSON representation
How to scan a barcode with Swift
- Host: GitHub
- URL: https://github.com/erossini/swift-scanview
- Owner: erossini
- Created: 2021-09-19T20:16:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-24T17:35:56.000Z (about 4 years ago)
- Last Synced: 2025-06-11T12:11:45.593Z (4 months ago)
- Topics: ios, swift
- Language: Swift
- Homepage: https://www.puresourcecode.com/programming-languages/swift/barcode-scanner-in-swift-on-ios/
- Size: 15.6 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Swift ScanView
How to scan a barcode with Swift.
## More Swift code
- [Hello World!](https://github.com/erossini/Swift-HelloWorld)
- [BMI Calculator](https://github.com/erossini/Swift-BMICalculator)
- [Quote App](https://github.com/erossini/Swift-QuoteApp)
- [ToDo List](https://github.com/erossini/Swift-TodoList)
- [ToDo List with Core Data](https://github.com/erossini/Swift-TodoListCR)
- [ToDo List with image and Swipe](https://github.com/erossini/Swift-ToDoListImageAndSwipe)
- [CryptoCurrency](https://github.com/erossini/Swift-CryptoAPI) shows the value of a crypto currency in a real currency using API
- [Building a Barcode Scanner](https://github.com/erossini/Swift-ScanView)For more code and explanation, visit my blog [PureSourceCode](https://www.puresourcecode.com) and subscribe the newsletter to keep updated and receive all the posts about Swift. If you have any questions about this code, please post your comment, feedback or question in the [forum](https://www.puresourcecode.com/forum/forum/swift/). Here some posts to start with Swift:
- [Getting Started With Swift Development](https://www.puresourcecode.com/programming-languages/swift/getting-started-with-swift-development/)
- [Starting Out With Swift Commands](https://www.puresourcecode.com/programming-languages/swift/starting-out-with-swift-commands/)
- [Hello World Using Xcode And Swift](https://www.puresourcecode.com/programming-languages/swift/hello-world-using-xcode-and-swift/)
- [This Is Swift!](https://www.puresourcecode.com/programming-languages/swift/this-is-swift/)
- [Barcode Scanner in Swift on iOS](https://www.puresourcecode.com/programming-languages/swift/barcode-scanner-in-swift-on-ios/)