diff --git a/Former/Commons/Former.swift b/Former/Commons/Former.swift index a210437..f8fcb02 100644 --- a/Former/Commons/Former.swift +++ b/Former/Commons/Former.swift @@ -657,7 +657,7 @@ public final class Former: NSObject { private weak var tableView: UITableView? private weak var inlineRowFormer: RowFormer? private weak var selectorRowFormer: RowFormer? - private var selectedIndexPath: NSIndexPath? + private(set) var selectedIndexPath: NSIndexPath? private var oldBottomContentInset: CGFloat? private func setupTableView() { @@ -988,4 +988,4 @@ extension Former: UITableViewDelegate, UITableViewDataSource { viewFormer.update() return viewFormer.viewInstance } -} \ No newline at end of file +}