> On Apr 7, 2017, at 2:38 AM, Charles Srstka via swift-evolution > <[email protected]> wrote: > >> On Apr 6, 2017, at 7:34 PM, Xiaodi Wu via swift-evolution >> <[email protected] <mailto:[email protected]>> wrote: >> >> `private` works for extensions exactly how the authors of SE-0025 intended >> it to do. Your comments do not address what would happen for those people >> who are making use of this functionality currently to isolate methods to the >> extension only. > > Who is currently doing that? > > Charles
On many occasions. If you have an extension that is a UITableViewDataSource, you may want private methods that prepare the cell, etc. Maybe not the most convincing example, but yes, there are such cases. > > _______________________________________________ > swift-evolution mailing list > [email protected] > https://lists.swift.org/mailman/listinfo/swift-evolution
_______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
