diff --git a/Former/Commons/Former.swift b/Former/Commons/Former.swift index afb6229..916f76e 100644 --- a/Former/Commons/Former.swift +++ b/Former/Commons/Former.swift @@ -662,7 +662,7 @@ public final class Former: NSObject { private weak var tableView: UITableView? private weak var inlineRowFormer: RowFormer? - private weak var selectorRowFormer: RowFormer? + public private(set) weak var selectorRowFormer: RowFormer? public private(set) var selectedIndexPath: NSIndexPath? private var oldBottomContentInset: CGFloat?