I have a scenario, where I am waiting for a uiwebview to get fully loaded and then a delegate called from finishedWebViewLoading once completed. However, I want to return that webView when finished loading as an object which is a private object to another Class. Is there anyway to do that through delegates? I don't want to have that uiwebview as a public property, hence I have utilized it under my main file.
Thanks.