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 is retain counts?
What is fast enumeration in iOS operating system?
Explain code signing in ios?
What is made up of nserror object?
What is meaning of 'copy' keyword?
Explain the working of manual memory management?
Explain Apple push notification
Why don’t we use strong for enum property in objective-c ?
What is use of nsoperation? How nsoperationque works?
How to debug a crash in the auto-release pool?
What is messaging? How does the runtime handle message passing? What is message forwarding?
What are kvo and kvc?