iOS mainthread

Sometimes, we use

dispatch_async(dispatch_get_main_queue(), ^{ 
   // Main Thread
   // You can touch UI from the background code
});