Hi all,
I have a callback that's invoked when a button is pressed. The activities that it performs take a while to run, and I'd like the GUI to update during the callback. The normal behavior in iOS is for the GUI to update after the callback has returned.
Is there any sort of GUI flush function that will permit me to update the GUI during my callback, i.e. without resorting to creating a thread?
Thanks.
I have a callback that's invoked when a button is pressed. The activities that it performs take a while to run, and I'd like the GUI to update during the callback. The normal behavior in iOS is for the GUI to update after the callback has returned.
Is there any sort of GUI flush function that will permit me to update the GUI during my callback, i.e. without resorting to creating a thread?
Thanks.