mindz-eye / MYTableViewIndex

A pixel perfect replacement for UITableView section index, written in Swift
MIT License
523 stars 52 forks source link

Empty indexItems return of CollationIndexDataSource cause crash #8

Closed hongxinhope closed 7 years ago

hongxinhope commented 7 years ago

When the return value of func indexItems(for tableViewIndex: TableViewIndex) -> [UIView] of CollationIndexDataSource is empty, touchs on TableViewIndex will cause crash.