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

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

jsp - Google line chart x-axis shrinks on transition -

java - Reaching JTextField in a DocumentListener -