Hi,
for the last code snippet on page 542 in Chap 15 concerning the request for background time I see that certain UIKit components are being used to carry out work (smileyView and segment control) in a thread that is not the main thread. I guess this is because the app is already in the background and therefore off the main thread so it is safe to do some final messaging on those GUI elements from a background thread?
Comments