How to detect when a continuous, autorepeating UIStepper is done updating? – Ios swift
I have a UIStepper setup. Each time the user taps on the stepper I respond to the "value changed" event and update a label with the new value and I perform a relatively expensive database update and iCloud sync with…