I need to create a DataMatrix code in Swift and I have only found a solution with the help of the ZXingObjc library. https://github.com/TheLevelUp/ZXingObjC
Is there any other way to do this? I do also use RSBarcodes_Swift (https://github.com/yeahdongcn/RSBarcodes_Swift), which is currently not supporting DataMatrix and also the CIFilter is not able to create DataMatrix images.
Thank you! Boris