10 Aug 2020, 20:29
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
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?