Skip to content

Commit

Permalink
selectedIndexPath public get
Browse files Browse the repository at this point in the history
  • Loading branch information
linksmt authored Sep 30, 2016
1 parent bfe88bd commit 918a0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Former/Commons/Former.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(set) var selectedIndexPath: NSIndexPath?
public private(set) var selectedIndexPath: NSIndexPath?
private var oldBottomContentInset: CGFloat?

private func setupTableView() {
Expand Down

0 comments on commit 918a0c0

Please sign in to comment.