ios - UIWebView: Sending data back to previous controller using unwind segues without button -


say, instance have uiwebview. if status code of 404, want return data previous view controller knows refresh list of webpages.

i heard unwind segues. however, have found on sounds has implemented via storyboard button.

is there anyway perform unwind segue in code. meaning if find error - set kind of variable previous view controller knows how handle error?

thanks!

you should try searching before ask, answered on here:

how perform unwind segue programmatically?

look @ vadim , dean answers


Comments

Popular posts from this blog

javascript - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -