Skip to content

Commit 490b0d9

Browse files
committed
Update inits.
1 parent e612128 commit 490b0d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/NativeUIKit/Controllers/Complex/Profile/NativeProfileController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ open class NativeProfileController: NativeHeaderTableController {
3333

3434
// MARK: - Init
3535

36-
public init() {
37-
super.init(style: .insetGrouped, headerView: headerView)
36+
public init(style: UITableView.Style = .insetGrouped) {
37+
super.init(style: style, headerView: headerView)
3838
}
3939

4040
public required init?(coder: NSCoder) {

0 commit comments

Comments
 (0)