Answer Posted / 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 |
Post New Answer View All Answers
How you can add frameworks in xcode project?
How we can wait for some thread to finish before starting another?
What are kvo and kvc?
What is core data stack?
What is the difference between NSArray and NSMutableArray in iOS operating system?
How to change the content of your app in order to change the views displayed in the corresponding window?
What are ios functions?
how you can delete a smart group created in Xcode?
Which devices will this work with ios?
What is a thread in ios?
Can we use ssl to encrypt the app communication?
What is ios layer?
How you will store user info (username, password or token) securely in ios?
Explain what is the stack of autorelease pools. How autorelease pool work under the hood?
How to pass parameter to selector function in swift? : IOS Architect