What is difference between performblock: and performblockandwait:?
Answer / Manoj Kumar Singh
performBlock: is a method that schedules a block of code to be executed on the current thread's run loop. It does not wait for the execution to complete. On the other hand, performBlockAndWait: executes the block synchronously and waits for its completion before continuing.
| Is This Answer Correct ? | 0 Yes | 0 No |
How is the app delegate is declared by Xcode project templates?
What are different instruments xcode supports for app profiling?
What is messaging? How does the runtime handle message passing? What is message forwarding?
What is notification in iOS?
1 Answers TryTechnicals Pvt Ltd,
What is nspersistentstore? Is it thread safe?
how push notification works?
What is managed object context and what are its functions?
What is application lifecycle in ios?
What performance issues can you face when using coredata?
What is nsmanagedobjectmodel?
What is framework in ios?
Explain difference between mrc and arc?