ios blocks wait to finish -
How do I wait to end a block execution? I am interested in the context of HTTP requests where success response in the block is executed. This is especially in AFNetworking.
I have received dispatch_sync , but it is not sure how to use it.
< / Pre>
Comments
Post a Comment