vhesener / Closures

Swifty closures for UIKit and Foundation
MIT License
1.74k stars 146 forks source link

Duplicate case in TableViewDelegate.responds(to:) #58

Open mkalmes opened 3 years ago

mkalmes commented 3 years ago

There are two identical cases in TableViewDelegate.responds(to:), both checking TableViewDelegate.tableView(_:sectionForSectionIndexTitle:at:) (L486:L489).