On 31 October 2017 at 06:57, Goffredo Marocchi <[email protected]> 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 {
...
}
}
_______________________________________________
swift-evolution mailing list
[email protected]
https://lists.swift.org/mailman/listinfo/swift-evolution