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 - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -