Skip to content

Commit af49dfb

Browse files
authored
Add dummy constraint to card view to fix Autolayout missing constraints (#8243)
* Add dummy constraint to card view to fix Autolayout missing constraints * Update CHANGELOG
1 parent cb0bde5 commit af49dfb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

FirebaseInAppMessaging/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 2021-6 -- v.8.2.0
2+
- [fixed] Fixed missing constraints warnings in default UI storyboard (#8205).
3+
14
# 2021-6 -- v.8.1.0
25
- [fixed] Fixed bug where image-only messages had the wrong message type in message callbacks (#8081).
36

FirebaseInAppMessaging/iOS/Resources/FIRInAppMessageDisplayStoryboard.storyboard

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,7 @@
563563
<constraint firstItem="Aft-rr-icV" firstAttribute="centerY" secondItem="SM1-hn-m3n" secondAttribute="centerY" identifier="Center card view vertically" id="N6p-hW-l6v" userLabel="Center card view vertically"/>
564564
<constraint firstItem="Aft-rr-icV" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="SM1-hn-m3n" secondAttribute="leadingMargin" constant="10" identifier="Card view left padding of at least 10 in super view" id="UPX-5a-akO" userLabel="Card view left padding of at least 10 in super view"/>
565565
<constraint firstItem="Aft-rr-icV" firstAttribute="leading" secondItem="SM1-hn-m3n" secondAttribute="leadingMargin" constant="20" identifier="Card view left padding of 20 in superview - landscape phone" id="f2U-O8-7pI" userLabel="Card view left padding of 20 in superview - landscape phone"/>
566+
<constraint firstItem="Aft-rr-icV" firstAttribute="top" secondItem="1Sy-cb-zoy" secondAttribute="bottom" constant="40" placeholder="YES" id="jMw-xm-KkF" userLabel="Card view top -- remove at build time"/>
566567
<constraint firstItem="Aft-rr-icV" firstAttribute="top" relation="greaterThanOrEqual" secondItem="1Sy-cb-zoy" secondAttribute="bottom" constant="10" identifier="Card view top padding of at least 10 in super view" id="rYP-c9-NxX" userLabel="Card view top padding of at least 10 in super view"/>
567568
</constraints>
568569
<variation key="default">

0 commit comments

Comments
 (0)