You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for the performant library with support for the number of barcodes!
I'm writing this "issue" to ask whether you can implement a public default and public parametric initializer for StateMessageProvider struct?
The reasons are:
Swift does not allow instantiation of the public struct from another project (I am using CocoaPods) even though the struct is public, along with its properties.
Not using the stock languages in the application, or not using the same messages for the barcode scanner.
Enabling the instantiation of the public struct and customizing the properties on an instance.
Enabling the instantiation of the public struct with all supplied text constants.
Thanks for the consideration.
Best regards
The text was updated successfully, but these errors were encountered:
Greetings,
thanks for the performant library with support for the number of barcodes!
I'm writing this "issue" to ask whether you can implement a public default and public parametric initializer for StateMessageProvider struct?
The reasons are:
Thanks for the consideration.
Best regards
The text was updated successfully, but these errors were encountered: