Dev.bg: All in One ’24 – Lab08 Mobile Question №7

What’s the best practice for ensuring that an iOS app remains responsive when performing heavy computations?

A) Running the computations in viewDidLoad

B) Performing the computations in main thread

C) Offloading the computations to a global queue

D) Directly computing on UI thread