Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support generating barcode type CICode128BarcodeGenerator #64

Closed
zalewskise opened this issue May 28, 2019 · 4 comments
Closed

Support generating barcode type CICode128BarcodeGenerator #64

zalewskise opened this issue May 28, 2019 · 4 comments

Comments

@zalewskise
Copy link

Is it possible to generate CICode128BarcodeGenerator on watchOS? CIFilter is not available and I don't want to create barcode on the iPhone and send it later to watch. Is it possible with EFQRCode?

@zalewskise zalewskise changed the title Generate barcode type CICode128BarcodeGenerator Support generating barcode type CICode128BarcodeGenerator May 28, 2019
@ApolloZhu
Copy link
Member

EFQRCode does not support anything other than QR code on any platform currently #63

@ApolloZhu
Copy link
Member

Wait for this year’s WWDC to see if watchOS is going to be more independent ;)

@zalewskise
Copy link
Author

Wait for this year’s WWDC to see if watchOS is going to be more independent ;)

Hmm I believe they decided to make watchOS more independent but there is still no way to generate 2d barcode on apple watch itself, right?

@ApolloZhu
Copy link
Member

You are right...

So here’s the thing: support for QRCode generation is achieved through swift_qrcodejs. I would recommend finding another/or creating your own library that generates barcode with pure Swift or in another language.

EFQRCode is more focused on the styling aspect of QRCode generation and majority of the code are tailored to accomplish that task, therefore I don’t see it adding support for another format in the near future (probably why #63 is closed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants