[swift-evolution] continuations - "extensions on steroids" idea
Mike Kluev
mike.kluev at gmail.com
Tue Oct 31 05:19:12 CDT 2017
On 31 October 2017 at 06:57, Goffredo Marocchi <panajev at gmail.com> wrote:
> I like the IB use case :).
>
>
my favourite one would probably be continuations used for protocol adoption
- no longer the trip to the main class needed to add a variable:
continuation DataSource of MyViewController: UITableViewDataSource {
private var variable: Bool // ***
override func tableView(_ tableView: UITableView, cellForRowAt
indexPath: IndexPath) -> UITableViewCell {
...
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20171031/3056f305/attachment.html>
More information about the swift-evolution
mailing list