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
Which object is create by uiapplicationmain function at app launch time?
Difference between iOS 3 , iOS4, iOS 5, iOS 6, iOS 7 and iOS 8 (What are the new features)
How core data works to save data in persistent storage?
What size is 1x and 2x?
What is wildcard app ids?
What is an NSOperationQueue and how/would you use it in iOS operating system?
What is nsoperation and nsoperationqueue?
What is nsfetchedresultscontroller?
Can you please explain the difference between nsarray and nsmutablearray?
What is background state in ios?
What persistent storage core data uses to save data?
What is the difference between synchronous & asynchronous task in ios?
What is the biggest change with ios 7?
What is the difference between strong and retain.
How to deal with sqlite database?