multithreading - UI Update from secondary thread - Performselectoron mainthread or dispatch_get_main_queue -


i using (simplified):

dispatch_async(dispatch_get_main_queue(),^{                     [progresslevel2 setdoublevalue:songcount];                 }); 

id not redo using performselectoronmainthread find have other issue. shouldn't code working?


Comments

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -