From 201eaf2bed7aab4e16caee0d401b2cffdc2f7421 Mon Sep 17 00:00:00 2001 From: Seungyoun Yi Date: Tue, 28 Mar 2017 00:03:51 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e8b640..56ed090 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ func tableView(_ tableView: YNTableView, expandCellAt indexPath: IndexPath) -> U Get didSelectRowAt in `YNTableViewDelegate` method (Optional) ```swift func tableView(_ tableView: YNTableView, didSelectRowAt indexPath: IndexPath, isExpandableCell: Bool, isExpandedCell: Bool) { - print("Selected Section: \(indexPath.section) Row: \(indexPath.row) isExpandableCell: \(isExpandableCell) isExpandedCell: \ (isExpandedCell)") + print("Selected Section: \(indexPath.section) Row: \(indexPath.row) isExpandableCell: \(isExpandableCell) isExpandedCell: \(isExpandedCell)") } ```