Skip to content

Commit

Permalink
Fix: disable fatalError
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirose.Yudai committed Apr 11, 2016
1 parent 24fc2e5 commit 363842a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Row.swift
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ extension Row: RowDelegateType {

func didEndDisplayCell(tableView: UITableView, cell: UITableViewCell, indexPath: NSIndexPath) {
guard let genericCell = cell as? T else {
fatalError()
return
}
didEndDisplayCell?(genericCell, (self, tableView, indexPath))
}
Expand Down

0 comments on commit 363842a

Please sign in to comment.