Skip to content

Commit

Permalink
Make tableViewStyle public (#2092)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaosCoder authored Oct 5, 2020
1 parent ae02591 commit 26f8a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core.swift
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ open class FormViewController: UIViewController, FormViewControllerProtocol, For

/// Defines the behaviour of the navigation between rows
public var navigationOptions: RowNavigationOptions?
private var tableViewStyle: UITableView.Style = .grouped
public var tableViewStyle: UITableView.Style = .grouped

public init(style: UITableView.Style) {
super.init(nibName: nil, bundle: nil)
Expand Down

0 comments on commit 26f8a9c

Please sign in to comment.