Flic Home

    Community

    • Login
    • Search
    • Popular
    • Users
    1. Home
    2. mircea.barba
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by mircea.barba

    • 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

      posted in Developers
      mircea.barba
      mircea.barba