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 c05def8 commit 893a5e7Copy full SHA for 893a5e7
Example App/NativeUIKit.xcodeproj/project.xcworkspace/xcuserdata/ivanvorobei.xcuserdatad/UserInterfaceState.xcuserstate
-5 Bytes
Sources/NativeUIKit/Controllers/Table/NativeHeaderTableController.swift
@@ -29,7 +29,7 @@ open class NativeHeaderTableController: SPDiffableTableController {
29
30
// MARK: - Init
31
32
- public init(headerView: UIView, style: UITableView.Style) {
+ public init(style: UITableView.Style, headerView: UIView) {
33
super.init(style: style)
34
tableView.tableHeaderView = HeaderContainerView(contentView: headerView)
35
}
0 commit comments