How do I set lowLatency?
-
I am trying to improve button response time for my iOS app.
My understanding is I can simply set
button.lowLatency = yes
but this is incorrect. What is the correct xcode?
thanks,
Rob -
yes, the document refer's to button.lowLatency, however this field
doesn't exist. -
Most likely, you would set button.lowLatency = true; not yes, but I dont know
Swift or Objective C?