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 |
How we can do multithreading in ios?
Why do you generally create a weak reference when using self in a block?
What is view controller xcode?
Can a static library (.a) contain assets like pictures, sound documents and so on.?
what are the source items used by Xcode?
What is memory management handled on ios?
How to register as a iphone developer?
Can we adjust the size of photos uploaded from the app?
What is the use of the UI Automation API?
How can we achieve singleton pattern in iOS?
Why do we override drawrect: method? How to explicitly call it?
When to use nsmutablearray and when to use nsarray?