<div dir="ltr">On 31 October 2017 at 06:57, Goffredo Marocchi <span dir="ltr">&lt;<a href="mailto:panajev@gmail.com" target="_blank">panajev@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">I like the IB use case :).<br>
<br></blockquote><div><br></div><div>my favourite one would probably be continuations used for protocol adoption - no longer the trip to the main class needed to add a variable:</div><div><br></div><div>continuation DataSource of MyViewController: UITableViewDataSource {</div><div><br></div><div>    private var variable: Bool // ***</div><div><br></div><div>    override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -&gt; UITableViewCell {</div><div>        ...</div><div>    }</div><div>}</div><div><br></div></div></div></div>