Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
Remove optionality of sectionIndexTitlesForDataSource delegate
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis committed Nov 6, 2015
1 parent 94841ad commit 17c8657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/DataSource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import CoreData

// Sections and Headers

optional func sectionIndexTitlesForDataSource(dataSource: DATASource, tableView: UITableView) -> [String]?
optional func sectionIndexTitlesForDataSource(dataSource: DATASource, tableView: UITableView) -> [String]
optional func dataSource(dataSource: DATASource, tableView: UITableView, sectionForSectionIndexTitle title: String, atIndex index: Int) -> Int
optional func dataSource(dataSource: DATASource, tableView: UITableView, titleForHeaderInSection section: Int) -> String?
optional func dataSource(dataSource: DATASource, tableView: UITableView, titleForFooterInSection section: Int) -> String?
Expand Down

0 comments on commit 17c8657

Please sign in to comment.