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 |
What are the App states in iOS operating system? Explain them
What is @synthesize?
How to shut off message alerts in ios?
What is core data in ios?
Explain the difference between 'protocol' and 'delegate'?
What is use of nsoperation? How nsoperationque works?
What is difference between performblock: and performblockandwait:?
Define 'retain' keyword?
What is the responder chain?
What is the use of appdelegate in ios?
How do you check if your code has memory leaks?
Explain @property ,@synthesize