UI updation in seperate thread is it possible ?



UI updation in seperate thread is it possible ?..

Answer / babu

UI Updating only possible using main() thread. If you are doing operation in custom thread, and if you want to do some UI operation you should get main() thread and update the UI.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apple iOS Interview Questions

Is it safe to update to ios 13?

0 Answers  


How to switch off predictive text?

0 Answers  


Explain UIApplication delegate

1 Answers  


Define decoding or deserialization?

0 Answers  


What is autorealease pool?

0 Answers  






Explain collections in iOS

1 Answers  


What is a thread in ios?

0 Answers  


What are layer objects and what do they represent?

1 Answers  


How to edit iphone code

0 Answers  


How to start a thread?

0 Answers  


what is the difference between Xcode, Cocoa and Objective C?

0 Answers  


You wish to define your custom view. Which class will be subclassed?

1 Answers  


Categories