yeahdongcn / RSBarcodes_Swift

1D and 2D barcodes reader and generators for iOS 8 with delightful controls. Now Swift.
MIT License
710 stars 185 forks source link

Generators for the EAN family can not be instantiated #57

Closed 7hommay closed 8 years ago

7hommay commented 8 years ago

The specialized classes are all declared internal, so they can't be used outside the RSBarcodes_Swift module.

class RSEAN8Generator: RSEANGenerator {
...
}

class RSEAN13Generator: RSEANGenerator {
...
}

class RSISBN13Generator: RSEAN13Generator {
...
}

class RSISSN13Generator: RSEAN13Generator {
...
}
yeahdongcn commented 8 years ago

Please look into https://github.com/yeahdongcn/RSBarcodes_Swift#generators-1