Greetings,
We are working on an iOS project using SWIFT language. In that project , we've integrated with StarIO SDK (which is the iOS SDK for Star Printers) as the app should print receipts. The StarIO SDK is written in Objective C , so we've added the necessary .h files in the bridging header for the classes and methods to be accessible and callable.
The problem we faced is that the printing action is very slow. We created a test project in Objective C to test the printing action and the results are :
1) Objective C : 1 second
2) Swift : 5 to 6 seconds
Please advise , as this caused a serious problem in our project.
The printer we are using is Star TSP 100 Lan. (Thermal printer)--
Regards,