What is synchronized() block in objective c? what is the use of that?

Submitted by: Muhammad
The @synchronized()directive locks a section of code for use by a single thread. Other threads are blocked until the thread exits the protected code.
Submitted by: Muhammad

Read Online iOS Developer Job Interview Questions And Answers