Skip to content

Commit 2091900

Browse files
author
JWI
committed
a
1 parent b7483d8 commit 2091900

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ let package = Package(
4747
name: "swift-cross-ui",
4848
platforms: [
4949
.macOS(.v10_15),
50-
.iOS("7.0"),
50+
.iOS("9.0"),
5151
.tvOS(.v13),
5252
.macCatalyst(.v13)
5353
],

Sources/UIKitBackend/Widget.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ class BaseViewWidget: UIView, WidgetProtocolHelpers {
166166
super.didMoveToSuperview()
167167

168168
updateLeftConstraint()
169-
//updateTopConstraint()
169+
updateTopConstraint()
170170
}
171171

172172
func add(childWidget: some WidgetProtocol) {

0 commit comments

Comments
 (0)