Swift implementation
-
Hi,
I have two separate apps that use the same button. One app is using the objective C implementation and the other one is using swift 3.0. The objective C one works perfect, but for the swift version I've encountered a problem. I grab the button from the FlicApp but it does not connect to my app.
I think the problem is with the didGrab function but I am not sure:
func flicManager(_ manager: SCLFlicManager, didGrab button: SCLFlicButton?, withError error: Error?) {
if (error != nil) {
print("Error: (error)")
return
}
}
Can you help me with this problem or maybe update the github code so it works for swift 3.0?
Thanks -
@mircea.barba
Did you managed the problem?
I really cant understand why there is no Swift Tutorial...