Skip to content

Commit bef0794

Browse files
committed
Add a temporary height constraint to the bottom button container just to suppress the xib warning.
1 parent 5d51260 commit bef0794

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

WooCommerce/Classes/ViewRelated/Filters/FilterListViewController.xib

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,16 @@
2323
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="0Hi-U6-ohm">
2424
<rect key="frame" x="0.0" y="44" width="414" height="818"/>
2525
<subviews>
26-
<view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="pgc-1V-BCe">
27-
<rect key="frame" x="0.0" y="0.0" width="414" height="128"/>
26+
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="pgc-1V-BCe">
27+
<rect key="frame" x="0.0" y="0.0" width="414" height="768"/>
2828
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
2929
</view>
30-
<view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="0sS-tG-DzA">
31-
<rect key="frame" x="0.0" y="128" width="414" height="690"/>
30+
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="0sS-tG-DzA">
31+
<rect key="frame" x="0.0" y="768" width="414" height="50"/>
3232
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
33+
<constraints>
34+
<constraint firstAttribute="height" constant="50" placeholder="YES" id="Tq2-i3-6qV"/>
35+
</constraints>
3336
</view>
3437
</subviews>
3538
</stackView>

0 commit comments

Comments
 (0)