Swift Developer Question:

What is completion handler?

Swift Developer Interview Question
Swift Developer Interview Question

Answer:

When our application is making an API call and we are supposed to update the UI to show the data from the API call, then Completion Handler becomes handy and is super convenient.


Previous QuestionNext Question
Explain me what is a category and when is it used?Tell me regular Expression And Responder Chain?