Hi, in my app i wanna be able to call a method from a method i'm currently in when it finishes executing it's own code asynchronously. however, i don't know how to implement such a paradigm not even have a clue how to. i've user many methods with completion handlers in the ios API but i want to create one. can anybody point me to a source or give me an example on how to do that? Thank you!