I am aware most people do dispatchqueue.main.async
or dispatch_async(dispatch_get_main_queue(), ^{
but what would be the correct way to call from main thread for Objective C?
Specifically I wanna call a textfieldview from main thread inside a query code.