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

Difference between categories and extensions?

0 Answers  


How to start a thread?

0 Answers  


Explain the difference between frame and bounds?

0 Answers  


How to parse json?

0 Answers  


What are the Different types of persistent stores?

0 Answers  






How do I get a call when my ipad rings?

0 Answers  


What is the architecture of ios?

0 Answers  


Multitasking support is available from which version in iOS operating system?

0 Answers   TryTechnicals Pvt Ltd,


Does ios have garbage collection?

0 Answers  


what are fetched properties? How do you create a fetched property?

0 Answers  


What is shared instance in ios?

0 Answers  


Which is the framework that is used to construct application’s user interface for ios?

0 Answers  


Categories