Skip to content

Commit

Permalink
Make public isEditing variable
Browse files Browse the repository at this point in the history
Make public isEditing variable
  • Loading branch information
Linksmt committed Aug 9, 2016
1 parent c9821de commit de61772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Former/Commons/RowFormer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class RowFormer {
public internal(set) final weak var former: Former?
public final let cellType: UITableViewCell.Type
public final var rowHeight: CGFloat = 44
public internal(set) final var isEditing = false
public final var isEditing = false
public final var enabled = true { didSet { update() } }
public var canBecomeEditing: Bool {
return false
Expand Down

0 comments on commit de61772

Please sign in to comment.