We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e612128 commit 490b0d9Copy full SHA for 490b0d9
Sources/NativeUIKit/Controllers/Complex/Profile/NativeProfileController.swift
@@ -33,8 +33,8 @@ open class NativeProfileController: NativeHeaderTableController {
33
34
// MARK: - Init
35
36
- public init() {
37
- super.init(style: .insetGrouped, headerView: headerView)
+ public init(style: UITableView.Style = .insetGrouped) {
+ super.init(style: style, headerView: headerView)
38
}
39
40
public required init?(coder: NSCoder) {
0 commit comments