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 the first responder and responder chain?
Explain the options and bars available in xcode 4.x workspace window in iOS operating system
What is weak and strong in ios?
What is difference between static library and framework?
What are the benefits of ios?
How would you create your own custom view?
What is the difference between developer and enterprise developer accounts?
What's the latest version of ios?
What is the purpose of UIWindow object?
Explain xctest test case code.
Tell about block and GCD
Explain arc?