Skip to content

Commit c0ff7a8

Browse files
committed
final cleanup
1 parent cc33af4 commit c0ff7a8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Sources/UIKitBackend/UIKitBackend+Container.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import SwiftCrossUI
99
import UIKit
1010

11-
final class ScrollWidget: WrapperWidget<UIScrollView> {
11+
internal final class ScrollWidget: WrapperWidget<UIScrollView> {
1212
private var childWidthConstraint: NSLayoutConstraint?
1313
private var childHeightConstraint: NSLayoutConstraint?
1414

Sources/UIKitBackend/UIKitBackend+Control.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ internal final class PickerWidget: WrapperWidget<UIPickerView>, UIPickerViewData
7878
options.count + 1
7979
}
8080

81+
// For some reason, if compiling for tvOS, the compiler complains if I even attempt
82+
// to define these methods.
8183
#if os(iOS)
8284
func pickerView(
8385
_: UIPickerView,

0 commit comments

Comments
 (0)