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 |
Is ios development hard?
How core data works to save data in persistent storage?
What is difference between mvc and mvvm in ios?
What three types of navigation styles are used in ios?
How to install an iphone application for testing?
Which object is create by uiapplicationmain function at app launch time?
How to silent the noisy keyboard?
What are delegates in ios swift?
Which object manage the presentation of app's content on the screen?
What is difference between 'assign' and 'retain' keyword?
Explain code signing in ios?
Explain how to delete images in ios?