<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[didReceiveButtonDoubleClick iOS not working]]></title><description><![CDATA[<p dir="auto">On iOS,<br />
Just received today a new flic button<br />
All the delegates are working ( up, down, click, hold) except for the <strong>doubleClick</strong></p>
<p dir="auto">the breakpoint never runs into the following function<br />
<em>func flicButton(_ button: SCLFlicButton, didReceiveButtonDoubleClick queued: Bool, age: Int)</em></p>
<p dir="auto">all others are fine.<br />
(when setting an action in the flic app, eg farting for double click, that one works)</p>
<p dir="auto">Any idea guys?</p>
]]></description><link>https://community.flic.io/topic/14941/didreceivebuttondoubleclick-ios-not-working</link><generator>RSS for Node</generator><lastBuildDate>Thu, 21 May 2026 16:50:56 GMT</lastBuildDate><atom:link href="https://community.flic.io/topic/14941.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 20 Jun 2017 10:28:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to didReceiveButtonDoubleClick iOS not working on Fri, 15 Dec 2017 16:41:04 GMT]]></title><description><![CDATA[<p dir="auto">Hi csizijano<br />
You need set triggerBehavior for SCLFlicButton as clickAndDoubleClickAndHold like below<br />
button.triggerBehavior = .clickAndDoubleClickAndHold</p>
]]></description><link>https://community.flic.io/post/17866</link><guid isPermaLink="true">https://community.flic.io/post/17866</guid><dc:creator><![CDATA[narayanarao35]]></dc:creator><pubDate>Fri, 15 Dec 2017 16:41:04 GMT</pubDate></item></channel></rss>