ttlock / iOS_SDK_Demo

TTLock is a global provider of solutions for smart locks. We provide PCBA and softwares for lock manufactures and end users. We provide open API/SDK for developers. With these APIs/SDKs, you can develop your own applications to manage smart locks. The SDK here is for mobile app to communicate with locks via bluetooth.
MIT License
12 stars 12 forks source link

How to use this sdk delegate in swift? #13

Closed kundan1293 closed 8 months ago

kundan1293 commented 1 year ago

I am having some difficulty implementing the delegate methods in Swift.

JuannyiOS commented 1 year ago

1.delegate protocol is not used in the TTLock

  1. just call methods directly
kundan1293 commented 1 year ago

Thank you for clarification.

kundan1293 commented 1 year ago

Any examples or code snippets would be greatly appreciated.