Many of the posts say that UIKit is totally not thread safe. Now on Apple documentation for GCD we can read that it\'s the DRAWING that is not thread safe. So would code lik
In this example, you're not changing any values so yes,it's ok. Updating UI from background thread is not.