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

What are the App states in iOS operating system? Explain them

1 Answers   UGC Corporation,


What is @synthesize?

1 Answers  


How to shut off message alerts in ios?

1 Answers  


What is core data in ios?

1 Answers  


Explain the difference between 'protocol' and 'delegate'?

1 Answers  


What is use of nsoperation? How nsoperationque works?

1 Answers  


What is difference between performblock: and performblockandwait:?

1 Answers  


Define 'retain' keyword?

1 Answers  


What is the responder chain?

1 Answers  


What is the use of appdelegate in ios?

1 Answers  


How do you check if your code has memory leaks?

1 Answers  


Explain @property ,@synthesize

1 Answers  


Categories