Skip to content

Commit 91657c7

Browse files
committed
added the new delegate call to swift example.
1 parent b42f248 commit 91657c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Example/Swift/FZAccordionTableViewExample/ViewController.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,8 @@ extension ViewController : FZAccordionTableViewDelegate {
8686
func tableView(tableView: FZAccordionTableView, didCloseSection section: Int, withHeader header: UITableViewHeaderFooterView) {
8787

8888
}
89+
90+
func tableView(tableView: FZAccordionTableView, canInteractWithHeaderAtSection section: Int) -> Bool {
91+
return true
92+
}
8993
}

0 commit comments

Comments
 (0)