Flic Home

    Community

    • Login
    • Search
    • Popular
    • Users

    Swift implementation

    Developers
    2
    2
    1619
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • mircea.barba
      mircea.barba last edited by

      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

      m.voelzke 1 Reply Last reply Reply Quote 0
      • m.voelzke
        m.voelzke @mircea.barba last edited by

        @mircea.barba
        Did you managed the problem?
        I really cant understand why there is no Swift Tutorial...

        1 Reply Last reply Reply Quote 0
        • First post
          Last post