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 two different smart groups in Xcode?
Does ios support multiple inheritance?
Tell me what is fast enumeration?
What is core data in ios?
What is nsmanagedobject?
What is difference between category and extension in ios?
What is sandbox in iOS operating system?
Who is the founder of ios?
Explain commonly used third party libraries
What are advantages of arc over mrc?
Different types of persistent stores? Which all types can we have on ios?
Explain the difference between strong and retain.