An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Swift ScanView
How to scan a barcode with Swift.

![Barcode_Recognized](https://user-images.githubusercontent.com/9497415/133944897-b3d2a853-84a6-457d-9e49-1333351d2b6f.jpg)

## 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/)