I have written a little define called ensureInMainThread (and I use it quite a bit). However, I\'m not sure exactly which user interface methods require bei
Rule of thumb: Anything that updates the interface must be on the main thread.